Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table view count column and increment it on views #41886

Merged
merged 7 commits into from Apr 30, 2024

Conversation

calherries
Copy link
Contributor

@calherries calherries commented Apr 26, 2024

Epic: #38229
Technical doc

Does the same as part 1 and 2 but for tables. Tables was omitted from the original spec, but we decided to include it.
Part 1: #41840
Part 2: #41882

With this PR, we add a new column metabase_table.view_count and increment it on a table view, following the same criteria for a view as we do for adding new entries to view_log.

Copy link

replay-io bot commented Apr 26, 2024

Status Complete ↗︎
Commit a8dfedc
Results
⚠️ 8 Flaky
2428 Passed

@@ -324,6 +324,8 @@
filename :- ms/NonBlankString
channel-id :- ms/NonBlankString]
{:pre [(slack-configured?)]}
;; see the python
;; https://github.com/slackapi/python-slack-sdk/pull/1272/files#diff-43db19ac0a29454cd1da520664806b266d75a54632e9661cc131406b3270b040R3066
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with the changes to the other PR maybe we don't want this any more?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this was in here by accident. deleted! a8dfedc

@calherries calherries merged commit c319813 into update-view-count-columns Apr 30, 2024
76 checks passed
@calherries calherries deleted the table-view-count-column branch April 30, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Team/BackendComponents also known as BEC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants