Skip to content

Commit

Permalink
Update cosmos/airflow/graph.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tatiana Al-Chueyr <[email protected]>
  • Loading branch information
pankajkoti and tatiana committed Sep 30, 2024
1 parent f612c66 commit 5e3112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/airflow/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _add_dbt_compile_task(

compile_task_metadata = TaskMetadata(
id=dbt_compile_task_id,
operator_class=f"cosmos.operators.airflow_async.DbtCompileAirflowAsyncOperator",
operator_class="cosmos.operators.airflow_async.DbtCompileAirflowAsyncOperator",
arguments=task_args,
extra_context={},
)
Expand Down

0 comments on commit 5e3112c

Please sign in to comment.