Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Apr 30, 2024
1 parent b45f223 commit 06d6f13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dags/sandbox_update_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@

start_tables_task = EmptyOperator(task_id="start_tables_task")

wait_on_dag = build_cross_deps(
dag, "wait_on_base_tables", "history_table_export"
)
wait_on_dag = build_cross_deps(dag, "wait_on_base_tables", "history_table_export")

for table_id in TABLES_ID:
if table_id == "diagnostic_events":
Expand Down

0 comments on commit 06d6f13

Please sign in to comment.