Replies: 1 comment
-
@cy-rae What version of kfp were you trying this on? We recently just got dsl.collected working and is available in the latest release, 2.14. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I do not understand how I can collect the outputs from an inner loop and run a component that uses the outputs as a parameter before the next outer loop iteration starts. Here is an example:
Unfortunately, the next iteration of the outer loop starts before the foo2 component.
I have tried to use nested pipelines but I could not realize the desired behavior. Does dsl.Collected only work "globally" and not "loop-scoped"?
Beta Was this translation helpful? Give feedback.
All reactions