Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 13, 2023
1 parent 27329ab commit 46d6134
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,10 @@ def post(self, request, group_id, *_, **__):
print(task.get("id"), task.get("uses"))

tasks.extend([TemplateTask(**task) for task in pipeline_template.get("tasks")])


for task in tasks:
print(task.id, task.uses)


# Update the dependecies of the gen-outbound-manifests task to
# include the last tapis job task
Expand Down

0 comments on commit 46d6134

Please sign in to comment.