From ce2ee30641237d544b821dca6a4a6a46354c96ff Mon Sep 17 00:00:00 2001 From: bwu Date: Wed, 22 Apr 2026 14:43:30 -0400 Subject: [PATCH] chore: [DENG-10877] Remove fenix_nightly and fennec_aurora from column_removal_backfill --- utils/glean_v2_backfill.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/utils/glean_v2_backfill.py b/utils/glean_v2_backfill.py index 36e958046..a2f7012a8 100644 --- a/utils/glean_v2_backfill.py +++ b/utils/glean_v2_backfill.py @@ -1,18 +1,19 @@ # For https://mozilla-hub.atlassian.net/browse/DENG-8494 # Should match https://github.com/mozilla/mozilla-schema-generator/blob/main/mozilla_schema_generator/configs/glean_v2_allowlist.yaml +# commented entries mean table has been swapped column_removal_backfill_tables = [ - "org_mozilla_fenix_nightly_stable.metrics_v1", - "org_mozilla_fenix_nightly_stable.sync_v1", - "org_mozilla_fenix_nightly_stable.first_session_v1", - "org_mozilla_fenix_nightly_stable.adjust_attribution_v1", - "org_mozilla_fenix_nightly_stable.health_v1", - "org_mozilla_fenix_nightly_stable.captcha_detection_v1", - "org_mozilla_fennec_aurora_stable.metrics_v1", - "org_mozilla_fennec_aurora_stable.sync_v1", - "org_mozilla_fennec_aurora_stable.captcha_detection_v1", - "org_mozilla_fennec_aurora_stable.first_session_v1", - "org_mozilla_fennec_aurora_stable.health_v1", - "org_mozilla_fennec_aurora_stable.adjust_attribution_v1", + # "org_mozilla_fenix_nightly_stable.metrics_v1", + # "org_mozilla_fenix_nightly_stable.sync_v1", + # "org_mozilla_fenix_nightly_stable.first_session_v1", + # "org_mozilla_fenix_nightly_stable.adjust_attribution_v1", + # "org_mozilla_fenix_nightly_stable.health_v1", + # "org_mozilla_fenix_nightly_stable.captcha_detection_v1", + # "org_mozilla_fennec_aurora_stable.metrics_v1", + # "org_mozilla_fennec_aurora_stable.sync_v1", + # "org_mozilla_fennec_aurora_stable.captcha_detection_v1", + # "org_mozilla_fennec_aurora_stable.first_session_v1", + # "org_mozilla_fennec_aurora_stable.health_v1", + # "org_mozilla_fennec_aurora_stable.adjust_attribution_v1", ] # live dataset tables to be used with copy_deduplicate