-
Notifications
You must be signed in to change notification settings - Fork 111
Set retention on client_level tables for glean_usage tables #6815
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
Changes from 7 commits
05d9dc6
7c30878
051ee24
628dfda
ecd153f
1cbaefa
af8d201
5be997c
2f6305e
0280550
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -11,6 +11,7 @@ owners: | |||
labels: | ||||
incremental: true | ||||
schedule: daily | ||||
table_type: client_level | ||||
scheduling: | ||||
dag_name: bqetl_glean_usage | ||||
task_group: {{ app_name }} | ||||
|
@@ -19,6 +20,7 @@ bigquery: | |||
type: day | ||||
field: submission_date | ||||
require_partition_filter: true | ||||
expiration_days: 775 | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just out of curiosity, what number should be used for expiration days? I have seen 780 as well: Line 23 in b81a7a0
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the recent data retention sync meeting, we discussed and decided to use 775. The above PR was before a number was finalized. Open to suggestions or discussions if needed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we change the 780 to 775 in a separate PR? To make it consistent? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have changed 780 to 775 for a couple of tables. This file is deprecated and I will add it to my to-be-deleted list |
||||
clustering: | ||||
fields: | ||||
- normalized_channel | ||||
|
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.
should this table have expiration set?