Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton authored and Will Eaton committed Nov 20, 2023
1 parent e1978a5 commit e892aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmos/airflow/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def generate_task_or_group(
task_args=task_args,
node=node,
on_warning_callback=on_warning_callback,
node_config=node_config,
)
test_task = create_airflow_task(test_meta, dag, task_group=model_task_group, extra_context=node_config)
task >> test_task
Expand Down

0 comments on commit e892aca

Please sign in to comment.