From 072001943ed1c9449fb8b2987e71a66266cb6068 Mon Sep 17 00:00:00 2001 From: Umang Mistry Date: Wed, 6 Mar 2024 16:17:26 -0600 Subject: [PATCH] Updated dag to test pipeline --- airflow/dags/cicd_test_dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/dags/cicd_test_dag.py b/airflow/dags/cicd_test_dag.py index 86ab6ce..f2a612b 100644 --- a/airflow/dags/cicd_test_dag.py +++ b/airflow/dags/cicd_test_dag.py @@ -95,7 +95,7 @@ dag = DAG( # 'on_success_callback': some_other_function, # 'on_retry_callback': another_function, # 'sla_miss_callback': yet_another_function, - # 'trigger_rule': 'all_success' + DAG_ID, # Mandatory for every dag start_date=datetime(2022, 1, 1), # Must be in the past