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 · 2 comments
Open
Labels
area/pipelines AREA: Kubeflow Pipelines

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

@varodrig
Copy link
Contributor

@kubeflow/wg-pipeline-leads to provide feedback.

@varodrig
Copy link
Contributor

/area pipelines

@google-oss-prow google-oss-prow bot added the area/pipelines AREA: Kubeflow Pipelines label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pipelines AREA: Kubeflow Pipelines
Projects
Status: To Do
Development

No branches or pull requests

2 participants