We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15af8 commit c0646dfCopy full SHA for c0646df
1 file changed
tests/schedulers/airflow/test_integration.py
@@ -55,10 +55,6 @@ def test_apply_plan_create_backfill_promote(
55
snapshot.table_info
56
]
57
58
- # Verify that the incremental DAG for the Snapshot has been created.
59
- dag = _get_snapshot_dag(airflow_client, model_name, snapshot.version)
60
- assert dag["is_active"]
61
-
62
# Make sure that the same Snapshot can't be added again.
63
with pytest.raises(SQLMeshError, match=r"Snapshots.*already exist.*"):
64
airflow_client.apply_plan([snapshot], environment, random_name())
0 commit comments