Skip to content

Commit

Permalink
Merge pull request #249 from cityofaustin/ch-maximo-schedule
Browse files Browse the repository at this point in the history
Schedule Maximo DAG later
  • Loading branch information
Charlie-Henry authored Aug 28, 2024
2 parents afb97b0 + 8a7b4b9 commit 06482c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/dts_maximo_reporting_work_orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
dag_id=f"dts_maximo_reporting_workorders",
description="Uploads the last 7 days of Maximo work orders to Socrata from the Maximo data warehouse.",
default_args=DEFAULT_ARGS,
schedule_interval="00 4 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
schedule_interval="00 6 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
tags=["repo:dts-maximo-reporting", "socrata", "maximo"],
catchup=False,
) as dag:
Expand Down

0 comments on commit 06482c0

Please sign in to comment.