Skip to content

[DO NOT merge] - DENG-7414 Set retention on client_level tables for FxA tables #6824

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ owners:
- [email protected]
labels:
incremental: true
owner1: [email protected]
owner1: [email protected]
table_type: client_level
scheduling:
dag_name: bqetl_accounts_derived
bigquery:
time_partitioning:
type: day
field: submission_date
require_partition_filter: true
expiration_days: null
expiration_days: 775
clustering:
fields: [service, country]
references: {}
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ owners:
- [email protected]
labels:
incremental: true
owner1: [email protected]
owner1: [email protected]
table_type: client_level
scheduling:
dag_name: bqetl_accounts_derived
bigquery:
time_partitioning:
type: day
field: submission_date
require_partition_filter: true
expiration_days: null
expiration_days: 775
clustering:
fields: [service, country]
references: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ bigquery:
type: day
field: submission_date_pacific
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- user_id
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ bigquery:
type: day
field: submission_timestamp
require_partition_filter: false
expiration_days: null
expiration_days: 775
clustering: null
references: {}
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ bigquery:
type: day
field: submission_timestamp
require_partition_filter: false
expiration_days: 775
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ bigquery:
type: day
field: timestamp
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- command
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bigquery:
type: day
field: timestamp
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- command
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- user_id
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: true
expiration_days: 775
clustering:
fields:
- registered
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: true
expiration_days: null
expiration_days: 775
clustering:
fields:
- user_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ bigquery:
type: day
field: submission_date
require_partition_filter: true
expiration_days: null
expiration_days: 775
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: false

expiration_days: 775
clustering:
fields:
- service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bigquery:
type: day
field: timestamp
require_partition_filter: true
expiration_days: 775
clustering:
fields:
- service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: false
expiration_days: null
expiration_days: 775
clustering:
fields:
- service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: false
expiration_days: 775
clustering:
fields:
- service
Expand Down

This file was deleted.