From 46d61345a97a84cc8c7460bbd601f263e1012ea1 Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Fri, 13 Oct 2023 12:34:25 -0500 Subject: [PATCH] debug --- src/api/src/backend/views/ETLPipelines.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/api/src/backend/views/ETLPipelines.py b/src/api/src/backend/views/ETLPipelines.py index 65f2c418..41f5ce4f 100644 --- a/src/api/src/backend/views/ETLPipelines.py +++ b/src/api/src/backend/views/ETLPipelines.py @@ -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