-
Notifications
You must be signed in to change notification settings - Fork 104
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
Create serp_events_clients_daily table and view #6339
base: main
Are you sure you want to change the base?
Conversation
This table won't contain data for the submission date because the base table is typically delayed by one day. may be the submission_date clause needs to be modified |
`moz-fx-data-shared-prod.firefox_desktop.serp_events` | ||
WHERE | ||
{% if is_init() %} | ||
submission_date >= '2023-07-14' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please implement this without the templating?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So create the table and then backfill instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with the template removed
Ah duh, fixed this, thanks. |
Integration report for "Merge branch 'main' into serp_events_clients_daily"
|
Creates a clients-daily level table for the desktop SERP events data. This table will be further aggregated to a daily level to join with other search revenue and interactions tables.
┆Issue is synchronized with this Jira Task