You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem occurs when passing an artifact from a node outside of a ParallelFor to a component inside of a ParallelFor. It can be reproduced with this simple example. You will need to change the pipeline_root and region env variables, but other than that should be good to go out of the box.
TristanGreathouse
changed the title
[bug] <Cannot Pass Artifacts from Parent Component to Children within dsl.ParallelFor>
[bug] Cannot Pass Artifacts from Parent Component to Children within dsl.ParallelFor
Oct 25, 2023
Environment
How did you deploy Kubeflow Pipelines (KFP)?
Using AWS distribution of Kubeflow.
KFP version:
Built from 1.8 branch the day before 1.8-rc2 was released.
KFP SDK version:
Steps to reproduce
This problem occurs when passing an artifact from a node outside of a ParallelFor to a component inside of a ParallelFor. It can be reproduced with this simple example. You will need to change the pipeline_root and region env variables, but other than that should be good to go out of the box.
When running a pipeline compiled using the above snippet of code, we cannot pass the artifact to the child node, and get the following error.
Please let us know if we're doing something wrong, or if there is another way to workaround this.
Expected result
We should be able to pass artifacts from outside the ParallelFor to components within the ParallelFor without issue.
Materials and Reference
It seems like this may be related to #10041 and #10039, but the manifestation of the error is different.
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: