mozilla / bigquery-etl

Bigquery ETL
https://mozilla.github.io/bigquery-etl
Mozilla Public License 2.0
243 stars 98 forks source link

add backfill.yaml for managed backfill of desktop_retention_v1 aggreg… #5727

Closed Marlene-M-Hirose closed 1 month ago

Marlene-M-Hirose commented 1 month ago

…ation table

This a new table - an aggregation of the desktop_retention_clients_v1 table that will go to Data Science and then to stakeholders

Checklist for reviewer:

For modifications to schemas in restricted namespaces (see CODEOWNERS):

┆Issue is synchronized with this Jira Task

dataops-ci-bot commented 1 month ago

Integration report for "add backfill.yaml for managed backfill of desktop_retention_v1 aggregation table"

sql.diff

Click to expand! ```diff Only in /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/desktop_retention_v1: backfill.yaml diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/desktop_retention_v1/backfill.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/desktop_retention_v1/backfill.yaml --- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/desktop_retention_v1/backfill.yaml 1970-01-01 00:00:00.000000000 +0000 +++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/desktop_retention_v1/backfill.yaml 2024-06-04 00:25:37.000000000 +0000 @@ -0,0 +1,9 @@ +2024-06-03: + start_date: 2021-01-01 + end_date: 2024-06-01 + reason: DENG-3187 - add data to new table `moz-fx-data-shared-prod.telemetry_derived.desktop_retention_v1` + watchers: + - mhirose@mozilla.com + - anicholson@mozilla.com + - wichan@mozilla.com + status: Initiate ```

Link to full diff