Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions utils/glean_v2_backfill.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down