Skip to content

Commit

Permalink
Schedule data update pipeline to run monthly on the 5th
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Aug 1, 2024
1 parent 02e08ed commit 8a4d891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company_linkage/parat_data_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"parat",
default_args=default_args,
description="PARAT data updater",
schedule_interval=None,
schedule_interval="0 10 5 * *",
catchup=False,
user_defined_macros={
"staging_dataset": staging_dataset,
Expand Down

0 comments on commit 8a4d891

Please sign in to comment.