Skip to content

Commit c00ee51

Browse files
authored
fix(events_stream): Initiate backfill of Firefox Desktop Default Agent events_stream_v1 table that was affected by a bug (DENG-9632) (#8173)
* fix(events_stream): Initiate backfill of Firefox Desktop Default Agent `events_stream_v1` table that was affected by a bug (DENG-9632). * fix(events_stream): Update start date for Firefox Desktop Default Agent `events_stream_v1` backfill. Because the 2024-08-25 partition of the underlying `events_v1` ping table has now expired.
1 parent b2c4c2d commit c00ee51

File tree

1 file changed

+16
-1
lines changed
  • sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/events_stream_v1

1 file changed

+16
-1
lines changed

sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/events_stream_v1/backfill.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1+
2025-09-29:
2+
start_date: 2024-08-26
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
15+
116
2025-09-11:
217
start_date: 2023-11-21
318
end_date: 2025-09-09
419
reason: A bug was causing experiment `type` and `enrollment_id` values to be swapped (DENG-9632).
520
That bug was fixed in https://github.com/mozilla/bigquery-etl/pull/8084.
621
watchers:
722
8-
status: Initiate
23+
status: Cancelled
924
shredder_mitigation: false
1025
override_retention_limit: false
1126
override_depends_on_past_end_date: false

0 commit comments

Comments
 (0)