Skip to content

Commit

Permalink
fix cris import DAG schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Aug 24, 2024
1 parent 6dbcb32 commit 3b3867d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/vz_cris_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
dag_id="vz-cris-import",
description="Import TxDOT CRIS CSVs and PDFs into the Vision Zero database",
default_args=DEFAULT_ARGS,
schedule="0 5 * * *" if DEPLOYMENT_ENVIRONMENT == "prod" else None,
schedule="0 5 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
start_date=datetime(2024, 8, 1, tz="America/Chicago"),
tags=["vision-zero", "cris", "repo:atd-vz-data"],
) as dag:
Expand Down

0 comments on commit 3b3867d

Please sign in to comment.