Skip to content

Commit

Permalink
fix vz socrata export schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Aug 24, 2024
1 parent 3b3867d commit 3ff31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/vz_socrata_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
dag_id="vz-socrata-export",
description="Exports Vision Zero crash and people datasets to Socrata from Vision Zero database.",
default_args=DEFAULT_ARGS,
schedule_interval="0 4 * * *" if DEPLOYMENT_ENVIRONMENT == "prod" else None,
schedule_interval="0 4 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
start_date=datetime(2024, 8, 1, tz="America/Chicago"),
tags=["vision-zero", "cris", "repo:atd-vz-data", "socrata"],
) as dag:
Expand Down

0 comments on commit 3ff31d7

Please sign in to comment.