Skip to content

Commit

Permalink
Trigger org-fixes directly, remove org er dag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Apr 10, 2024
1 parent a743d50 commit 6d8e43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
8 changes: 4 additions & 4 deletions linkage_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@
) as f:
table_desc = json.loads(f.read())

trigger_org_er_and_metadata_merge = TriggerDagRunOperator(
task_id="trigger_org_er_and_metadata_merge",
trigger_dag_id="org_er_and_metadata_merge",
trigger_org_fixes = TriggerDagRunOperator(
task_id="trigger_org_fixes",
trigger_dag_id="org_fixes",
)

for table in production_tables:
Expand Down Expand Up @@ -606,7 +606,7 @@
>> snapshot
>> pop_descriptions
>> success_alert
>> trigger_org_er_and_metadata_merge
>> trigger_org_fixes
)

# We don't show the "all metadata" table in the production dataset, but we do need to
Expand Down
42 changes: 0 additions & 42 deletions metadata_merge_trigger.py

This file was deleted.

0 comments on commit 6d8e43b

Please sign in to comment.