Skip to content

Commit 15afc3f

Browse files
Merge pull request #302 from cityofaustin/charlie/sif-encumbrance-knack
SIF encumbrance knack services task
2 parents 566b7bc + c0aa664 commit 15afc3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dags/atd_knack_development_services.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ def knack_services_task_template(task_id, image, command, env_vars, pull=False):
159159
"task_id": "tia_determinations_to_socrata",
160160
"command": f"./atd-knack-services/services/records_to_socrata.py -a development-services -c view_2923 {date_filter_arg}",
161161
},
162+
{
163+
"task_id": "sif_encumbrance_projects_to_postgrest",
164+
"command": f"./atd-knack-services/services/records_to_postgrest.py -a development-services -c view_3187 {date_filter_arg}",
165+
},
166+
{
167+
"task_id": "sif_encumbrance_projects_to_socrata",
168+
"command": f"./atd-knack-services/services/records_to_socrata.py -a development-services -c view_3187 {date_filter_arg}",
169+
},
162170
]
163171

164172
tasks = []

0 commit comments

Comments
 (0)