feat(dags): add ddl dag for gp and rename csv dq

This commit is contained in:
2025-12-10 18:41:00 +03:00
parent cf95cf95d2
commit c865fa282e
12 changed files with 111 additions and 45 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ def test_csv_to_greenplum_dag_structure():
assert t4 in t3.get_direct_relatives("downstream")
def test_data_quality_greenplum_dag_structure():
dag = _load_dag("airflow.dags.data_quality_greenplum")
def test_csv_to_greenplum_dq_dag_structure():
dag = _load_dag("airflow.dags.csv_to_greenplum_dq")
expected_tasks = {
"check_orders_table_exists",