Hello all, Not sure if this is a bug, but I'm get...
# ask-metaflow
a
Hello all, Not sure if this is a bug, but I'm getting the following error when running my flow on Argo Workflows. Might have something to do w/ the
IncludeFile
?
Copy code
Error (exit code 1): time="2025-05-14T21:23:59.898Z" level=info msg="capturing logs" argo=true Setting up task environment. Downloading code package... Code package downloaded. Task is starting. Data store error: No completed attempts of the task was found for task 'F3dIndexerPipeline/argo-f3dindexerpipeline-jznwq/_parameters/t-9efa1c53-params' time="2025-05-14T21:24:04.901Z" level=info msg="sub-process exited" argo=true error="<nil>" time="2025-05-14T21:24:04.901Z" level=info msg="no need to save parameter - on overlapping volume: /mnt/out/task_id" argo=true Error: exit status 1
1
Okay nvm - it was a bug in
metaflow-2.12.29
. I upgraded to
2.15.11
and this is a non-issue now
👍 1