Skip to content

Commit

Permalink
Merge pull request #185 from cityofaustin/ch-row-daily
Browse files Browse the repository at this point in the history
upping ROW active permit logging frequency to daily
  • Loading branch information
Charlie-Henry authored Nov 6, 2023
2 parents 11c7728 + c0d44ce commit 9656cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/atd_executive_dashboard_row_active_permits_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
dag_id="atd_executive_dashboard_row_active_permits_logging",
description="Stores the current number of active ROW permits in a Socrata dataset.",
default_args=DEFAULT_ARGS,
schedule_interval="0 8 * * 1" if DEPLOYMENT_ENVIRONMENT == "production" else None,
schedule_interval="0 8 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
tags=["repo:atd-executive-dashboard", "amanda", "socrata"],
catchup=False,
) as dag:
Expand Down

0 comments on commit 9656cbb

Please sign in to comment.