Skip to content

Commit

Permalink
update dag start date
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunt10K committed Dec 10, 2023
1 parent ed891d4 commit 1a2a125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_injectors/calendar_update_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# %%
with DAG('add_dates_to_calendar',default_args={'retries': 4,'owner':'blunt10k'},description='Data injector to calendar table',
schedule_interval='0 0 * * *',catchup=False,tags=['nba_stats'],
start_date=pendulum.datetime(2023, 12, 11, tz="UTC")) as dag:
start_date=pendulum.datetime(2023, 12, 10, tz="UTC")) as dag:

dag.doc_md = __doc__

Expand Down

0 comments on commit 1a2a125

Please sign in to comment.