Conditional Branching in a Pipeline #1259
sgaseretto
started this conversation in
Pipeline Editor/ Kubeflow Pipelines + Apache Airflow
Replies: 2 comments 2 replies
-
TL;DR: Not currently. The only conditional processing that is currently performed evaluates the notebook (or Python script) execution return code, meaning if notebook or Python script execution fails downstream nodes are not processed. A potential workaround you could implement would be the following:
Edit 1: I'll post an example pipeline later today for illustrative purposes |
Beta Was this translation helpful? Give feedback.
2 replies
-
See this related open issue : #408 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Elyra support in a way "conditional branching" in ? Imagine Notebook A performs some evaluation, if that evaluation returns a value above certain threshold, only run Notebook B, but if the value is below that threshold, only run Notebook C.
Beta Was this translation helpful? Give feedback.
All reactions