File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -703,6 +703,22 @@ def fields(self) -> tuple[str, ...]:
703703 table = "experimenter_cirrus_stable.enrollment_status_v1" ,
704704 field = CIRRUS_EVENTS_NIMBUS_USER_ID ,
705705 ): EXPERIMENTER_BACKEND_SRC ,
706+ DeleteTarget (
707+ table = "accounts_cirrus_stable.enrollment_v1" ,
708+ field = CIRRUS_EVENTS_NIMBUS_USER_ID ,
709+ ): FXA_UNHASHED_SRC ,
710+ DeleteTarget (
711+ table = "accounts_cirrus_stable.enrollment_status_v1" ,
712+ field = CIRRUS_EVENTS_NIMBUS_USER_ID ,
713+ ): FXA_UNHASHED_SRC ,
714+ DeleteTarget (
715+ table = "subplat_cirrus_stable.enrollment_v1" ,
716+ field = CIRRUS_EVENTS_NIMBUS_USER_ID ,
717+ ): FXA_UNHASHED_SRC ,
718+ DeleteTarget (
719+ table = "subplat_cirrus_stable.enrollment_status_v1" ,
720+ field = CIRRUS_EVENTS_NIMBUS_USER_ID ,
721+ ): FXA_UNHASHED_SRC ,
706722}
707723
708724SEARCH_IGNORE_TABLES = {source .table for source in SOURCES }
You can’t perform that action at this time.
0 commit comments