Skip to content

Commit

Permalink
Add some more client level glean usage tables
Browse files Browse the repository at this point in the history
  • Loading branch information
alekhyamoz committed Jan 16, 2025
1 parent 051ee24 commit 3783a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ owners:
labels:
incremental: true
schedule: daily
table_type: client_level
scheduling:
dag_name: bqetl_glean_usage
task_group: {{ app_name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ owners:
labels:
incremental: true
schedule: daily
table_type: client_level
scheduling:
dag_name: bqetl_glean_usage
task_group: {{ app_name }}
Expand All @@ -25,6 +26,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: true
expiration_days: 775
clustering:
fields:
- normalized_channel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ owners:
labels:
incremental: true
schedule: daily
table_type: client_level
scheduling:
dag_name: bqetl_glean_usage
task_group: {{ app_name }}
Expand All @@ -20,6 +21,7 @@ bigquery:
type: day
field: submission_date
require_partition_filter: true
expiration_days: 775
clustering:
fields:
- normalized_channel
Expand Down

0 comments on commit 3783a5d

Please sign in to comment.