Skip to content

Commit

Permalink
Update dependency dag name for marts
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Nov 1, 2023
1 parent 202944c commit e874c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/marts_tables_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)

wait_on_partnership_assets_dag = build_cross_deps(
dag, "wait_on_partnership_assets_pipeline", "partnership_assets_dag", time_delta=10
dag, "wait_on_partnership_assets_pipeline", "partnership_assets", time_delta=10
)

# tasks for staging tables for marts
Expand Down

0 comments on commit e874c88

Please sign in to comment.