-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backend] Argo workflow validation fails for kfp v2 pipeline with downstream tasks depending on tasks in dsl.ParallelFor
(using dsl.Collected
)
#8830
Comments
Not sure what was the reason adding a |
Tested with beta.2, still happening. |
I've encountered the issue in 2.0.0-rc.2 as well |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Happend in my case using 2.0.1 when running the test example here: https://github.com/kubeflow/pipelines/blob/adb86777a0c8bf8c28bb0cee1d936daf70d9a59f/sdk/python/test_data/pipelines/parallelfor_fan_in/artifacts_simple.py |
Apologize for the confusion, but |
I have a quick followup. If dsl.Collected is not supported in KFP. How could I add steps after the ParallelFor step? It seems adding .after() does not work now. |
Hi! Any updates on this?
|
Bumping this as well. |
Environment
How did you deploy Kubeflow Pipelines (KFP)?
Full Kubeflow deployment on GKE.
KFP version:
2.0.0-beta.0
KFP SDK version:
2.0.0-beta.11
Steps to reproduce
pipeline.py
.{"error":"Failed to create a new v1beta1 run: InternalServerError: Failed to validate workflow for (): templates.entrypoint.tasks.root templates.root sorting failed: invalid dependency for-loop-1","code":13,"message":"Failed to create a new v1beta1 run: InternalServerError: Failed to validate workflow for (): templates.entrypoint.tasks.root templates.root sorting failed: invalid dependency for-loop-1","details":[{"@type":"type.googleapis.com/google.rpc.Status","code":13,"message":"Internal Server Error"}]}
Expected result
Can start a run of the specified pipeline.
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: