-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
6 changed files
with
445 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1810,3 +1810,23 @@ bqetl_dynamic_dau: | |
tags: | ||
- repo/bigquery-etl | ||
- impact/tier_2 | ||
|
||
bqetl_shredder_monitoring: | ||
default_args: | ||
depends_on_past: false | ||
email: | ||
- [email protected] | ||
email_on_failure: true | ||
email_on_retry: False | ||
end_date: null | ||
owner: [email protected] | ||
retries: 2 | ||
retry_delay: 30m | ||
start_date: '2024-10-01' | ||
description: '[EXPERIMENTAL] Monitoring queries for shredder operation' | ||
repo: bigquery-etl | ||
schedule_interval: 0 12 * * * | ||
tags: | ||
- repo/bigquery-etl | ||
- impact/tier_3 | ||
- triage/no_triage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
sql/moz-fx-data-shared-prod/monitoring_derived/shredder_targets_v1/metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
friendly_name: Shredder Targets | ||
description: |- | ||
Daily list of shredder deletion targets comparing the configured targets with | ||
the lineage of found id tables in bigquery. | ||
owners: | ||
- [email protected] | ||
labels: | ||
incremental: true | ||
owner1: benwu | ||
scheduling: | ||
dag_name: bqetl_shredder_monitoring | ||
arguments: ["--output-table", "moz-fx-data-shared-prod.telemetry_derived.shredder_targets_v1", "--run-date", "{{ ds }}"] | ||
bigquery: | ||
time_partitioning: | ||
type: day | ||
field: run_date | ||
require_partition_filter: true |
Oops, something went wrong.
d741403
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.
Integration report for "[DENG-4256] Search for shredder targets using table lineage (#6289)"
sql.diff
Click to expand!
Link to full diff
d741403
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.
Integration report for "[DENG-4256] Search for shredder targets using table lineage (#6289)"
sql.diff
No content detected.