website
website copied to clipboard
PipelineTaskFinalStatus is only available for VertexAI pipelines
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:
- Explicitly mention that
PipelineTaskFinalStatusis not supported for the KFP backend as it is done above fordsl.Collected - Add a new example of
exit_opcompatible with the KFP backend.
https://www.kubeflow.org/docs/components/pipelines/v2/pipelines/control-flow/#exit-handling-dslexithandler