-
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
[DO NOT merge] - Set retention on client_level tables for glean_usage tables #6815
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -19,6 +19,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 comment
The 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
expiration_days: 780 |
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.
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 comment
The 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 comment
The 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
ql/moz-fx-data-shared-prod/firefox_ios_derived/active_users_aggregates_v1/metadata.yaml#L23
9aac4b4
to
d354e8f
Compare
fb438f1
to
051ee24
Compare
This comment has been minimized.
This comment has been minimized.
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.
r+ for the events_stream tables.
This comment has been minimized.
This comment has been minimized.
3783a5d
to
ecd153f
Compare
Integration report for "Add some more client level glean usage tables"
|
As part of the data retention project, the final set of work would be setting the partitions before 775 days (on client-level tables) expire.
This PR will be merged only after January 28th.
As part of this PR 2 changes will be implemented
table_type: client_level
Please note that
first_seen
tables are excluded from setting retention.Reviewer please valid for the tables you own or use. Also, please don't hesitate to tag the appropriate owners.