diff --git a/workflows/tests/test_dags_integrity.py b/workflows/tests/test_dags_integrity.py new file mode 100644 index 00000000..86d1b16d --- /dev/null +++ b/workflows/tests/test_dags_integrity.py @@ -0,0 +1,6 @@ +from airflow.models import DagBag + + +def test_dagbag(): + dag_bag = DagBag(include_examples=False) + assert not dag_bag.import_errors