Skip to content

Commit

Permalink
Add shredder_mitigation to KPI and search related tables
Browse files Browse the repository at this point in the history
  • Loading branch information
alekhyamoz committed Dec 18, 2024
1 parent a50f5aa commit b2c1b80
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ labels:
schedule: daily
dag: bqetl_ctxsvc_derived
owner1: rburwei
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_ctxsvc_derived
bigquery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ labels:
incremental: true
schedule: daily
dag: bqetl_ctxsvc_derived
shredder_mitigation: true
table_type: aggregate
owner1: rburwei
scheduling:
dag_name: bqetl_ctxsvc_derived
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ owners:
labels:
incremental: true
schedule: daily
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_ctxsvc_derived
arguments: ['--schema_update_option=ALLOW_FIELD_ADDITION']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ labels:
incremental: true
schedule: daily
change_controlled: true
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_ctxsvc_derived
bigquery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ labels:
incremental: true
schedule: daily
change_controlled: true
table_type: aggregate
scheduling:
dag_name: bqetl_ctxsvc_derived
bigquery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ owners:
- [email protected]
labels:
schedule: daily
table_type: aggregate
scheduling:
dag_name: bqetl_search
bigquery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ labels:
change_controlled: true
dag: bqetl_search_dashboard
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_search_dashboard
bigquery:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ owners:
- [email protected]
labels:
incremental: true
shredder_mitigation: true
table_type: aggregate
bigquery:
time_partitioning:
type: day
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ owners:
- [email protected]
labels:
incremental: true
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_analytics_aggregations
task_name: active_users_aggregates_device_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ labels:
incremental: true
change_controlled: true
shredder_mitigation: true
table_type: aggregate
scheduling:
dag_name: bqetl_analytics_aggregations
task_name: {{ app_name }}_{{ table_name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ owners:
- [email protected]
labels:
incremental: true
table_type: aggregate
shredder_mitigation: true
scheduling:
dag_name: bqetl_kpis_shredder
task_name: {{ app_name }}_active_users_aggregates_for_deletion_requests
Expand Down

0 comments on commit b2c1b80

Please sign in to comment.