You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: sql/moz-fx-data-shared-prod/firefox_desktop_background_defaultagent_derived/events_stream_v1/backfill.yaml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff 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.
0 commit comments