Merged in dev_umistry (pull request #50)

Updated client name dag
This commit is contained in:
Umang Mistry
2024-03-28 18:55:33 +00:00
+2
View File
@@ -102,6 +102,8 @@ default_args = {
dag = DAG(
DAG_ID,
default_args=default_args,
start_date=datetime(2024, 3, 28),
catchup=False,
description='Process a CSV in S3 and replace it',
schedule_interval='@daily'
)