We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b956508 commit ba2cd90Copy full SHA for ba2cd90
bigquery_etl/shredder/config.py
@@ -712,11 +712,11 @@ def fields(self) -> tuple[str, ...]:
712
field=CIRRUS_EVENTS_NIMBUS_USER_ID,
713
): FXA_UNHASHED_SRC,
714
DeleteTarget(
715
- table="subplat_cirrus_stable.enrollment_v1",
+ table="subscription_platform_backend_cirrus_stable.enrollment_v1",
716
717
718
719
- table="subplat_cirrus_stable.enrollment_status_v1",
+ table="subscription_platform_backend_cirrus_stable.enrollment_status_v1",
720
721
722
}
0 commit comments