Skip to content

Commit 2967d80

Browse files
authored
fix(events_stream): Initiate backfills of two events_stream_v1 tables that were affected by a bug (DENG-9632) (#8095)
* fix(events_stream): Initiate backfills of two `events_stream_v1` tables that were affected by a bug (DENG-9632). * fix(events_stream): Use cheaper on-demand billing for these backfills.
1 parent 97f1812 commit 2967d80

File tree

2 files changed

+28
-0
lines changed
  • sql/moz-fx-data-shared-prod
    • firefox_desktop_background_defaultagent_derived/events_stream_v1
    • thunderbird_desktop_derived/events_stream_v1

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2025-09-11:
2+
start_date: 2023-11-21
3+
end_date: 2025-09-09
4+
reason: A bug was causing experiment `type` and `enrollment_id` values to be swapped (DENG-9632).
5+
That bug was fixed in https://github.com/mozilla/bigquery-etl/pull/8084.
6+
watchers:
7+
8+
status: Initiate
9+
shredder_mitigation: false
10+
override_retention_limit: false
11+
override_depends_on_past_end_date: false
12+
ignore_date_partition_offset: false
13+
# Using on-demand billing is cheaper for this ETL.
14+
billing_project: moz-fx-data-backfill-2
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2025-09-11:
2+
start_date: 2024-08-25
3+
end_date: 2025-09-09
4+
reason: A bug was causing experiment `type` and `enrollment_id` values to be swapped (DENG-9632).
5+
That bug was fixed in https://github.com/mozilla/bigquery-etl/pull/8084.
6+
watchers:
7+
8+
status: Initiate
9+
shredder_mitigation: false
10+
override_retention_limit: false
11+
override_depends_on_past_end_date: false
12+
ignore_date_partition_offset: false
13+
# Using on-demand billing is cheaper for this ETL.
14+
billing_project: moz-fx-data-backfill-2

0 commit comments

Comments
 (0)