Skip to content

Commit

Permalink
Merge pull request #187 from cityofaustin/chia-fix-dag-descrip
Browse files Browse the repository at this point in the history
Fix signal work orders dag description
  • Loading branch information
chiaberry authored Dec 13, 2023
2 parents efe2b61 + 7556c5c commit f08b248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/atd_knack_signal_work_orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

with DAG(
dag_id="atd_knack_signal_work_orders",
description="Load work orders signs (view_3107) records from Knack to Postgrest to AGOL, Socrata",
description="Load signal work orders (view_1829) records from Knack to Postgrest to Socrata",
default_args=DEFAULT_ARGS,
schedule_interval="50 8 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
tags=["repo:atd-knack-services", "knack", "socrata", "data-tracker"],
Expand Down

0 comments on commit f08b248

Please sign in to comment.