How to retrieve pipeline output programmatically? #11453
Unanswered
EladProject
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying the Pythagorean example on a docker desktop k8s deployment of kfp.
Here is my code:
It's running successfully and I can see the correct result in the ui.
However, I couldn't find how to extract the pipeline output.
When using a local docker runner, I would get it like so:
Beta Was this translation helpful? Give feedback.
All reactions