Updated yaml to fix error

This commit is contained in:
Umang Mistry
2024-03-06 16:24:13 -06:00
parent 072001943e
commit c49bbcb64b
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -96,7 +96,6 @@ dag = DAG(
# 'on_retry_callback': another_function,
# 'sla_miss_callback': yet_another_function,
DAG_ID, # Mandatory for every dag
start_date=datetime(2022, 1, 1), # Must be in the past
# Can pass snowflake conn id here instead of passing it to every task