Skip to content

Commit

Permalink
[hot-fix]: change glue job dag start date
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Feb 29, 2024
1 parent db86cf7 commit 06d3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/glue/glue_followers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def upload_rendered_script_to_s3(
default_args={
"owner": "airflow",
"depends_on_past": False,
"start_date": datetime(2024, 2, 27),
"start_date": datetime(2024, 2, 26),
"retries": 0,
"retry_delay": timedelta(minutes=5),
},
Expand Down

0 comments on commit 06d3fef

Please sign in to comment.