Skip to content
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

PipelineTaskFinalStatus is only available for VertexAI pipelines #3677

Open
j-faustin-instadeep opened this issue Feb 13, 2024 · 0 comments
Open

Comments

@j-faustin-instadeep
Copy link

The documentation concerning Control Flow and the ExitHandler should mention that the PipelineTaskFinalStatus class featured in the example is only available for VertexAI pipelines.

I tried experimenting with this example using a local deployment of KubeFlow pipelines. Compilation seemed to go fine but running the pipeline failed with an error: "(...) failed to add implicit deps: task final status not supported yet (...)".

I suggest:

  1. Explicitly mention that PipelineTaskFinalStatus is not supported for the KFP backend as it is done above for dsl.Collected
  2. Add a new example of exit_op compatible with the KFP backend.

https://www.kubeflow.org/docs/components/pipelines/v2/pipelines/control-flow/#exit-handling-dslexithandler

@kubeflow-bot kubeflow-bot added this to To Do in Needs Triage Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant