Skip to content
Snippets Groups Projects

WS-1966 Excluding mk_four_import workflow from wrester args

Merged Daniel Nemergut requested to merge ws1966-mark4_import_workflow_fix into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -167,7 +167,8 @@ class WorkflowInfo(WorkflowInfoIF):
# otherwise, the argument must be already be a string
workflow_name = workflow.workflow_name if hasattr(workflow, "workflow_name") else workflow
if any(item in workflow_name for item in ["null", "carta", "vlass", "qa", "split", "ingest"]):
# TODO: Is there a cleaner way to handle need_project_metadata and wrester args?
if any(item in workflow_name for item in ["null", "carta", "vlass", "qa", "split", "ingest", "import"]):
argument["need_project_metadata"] = False
if (
Loading