Skip to content

Commit

Permalink
Update start date
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Jun 19, 2024
1 parent b2ea3a0 commit 6365ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_dag(
api_bq_dataset_id: str = "dataset_api",
oaebu_service_account_conn_id: str = "oaebu_service_account",
schedule: str = "0 0 4 * *", # run on the 4th of every month TODO: confirm
start_date: pendulum.DateTime = pendulum.datetime(2023, 8, 1),
start_date: pendulum.DateTime = pendulum.datetime(2023, 7, 1),
catchup: bool = True,
max_active_runs: int = 10,
retries: int = 3,
Expand Down

0 comments on commit 6365ce3

Please sign in to comment.