Merged in dev_umistry (pull request #17)

Updated dag to test pipeline
This commit is contained in:
Umang Mistry
2024-03-06 22:17:54 +00:00
+1 -1
View File
@@ -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