We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aad8c commit 6764261Copy full SHA for 6764261
tests/dags/test_dbt_dags.py
@@ -313,10 +313,8 @@ def test_dbt_operators_in_taskflow_dag(
313
profiles_file,
314
):
315
"""Assert DAG contains correct dbt operators when running."""
316
- if AIRFLOW_V_3_1_PLUS:
+ if AIRFLOW_V_3_0_PLUS:
317
dag = taskflow_dag
318
- elif AIRFLOW_V_3_0_PLUS:
319
- dag = DAG.from_sdk_dag(taskflow_dag)
320
else:
321
322
0 commit comments