Skip to content

Commit a7e4127

Browse files
Merge pull request #356 from cityofaustin/active-row-contractors
Add active contractors to ROW reporting DAG
2 parents 4bb767e + 30a5661 commit a7e4127

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dags/dts_row_reporting.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,18 @@ def knack_services_task_template(task_id, image, command, env_vars, pull=False):
287287
"image": docker_image,
288288
"env": env_vars,
289289
},
290+
{
291+
"task_id": "active_contractors_s3",
292+
"command": "python amanda/amanda_to_s3.py --query active_contractors",
293+
"image": docker_image,
294+
"env": env_vars,
295+
},
296+
{
297+
"task_id": "active_contractors_socrata",
298+
"command": "python metrics/s3_to_socrata.py --dataset active_contractors",
299+
"image": docker_image,
300+
"env": env_vars,
301+
},
290302
]
291303

292304
tasks = []

0 commit comments

Comments
 (0)