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
@roytman I see you have worked on some of the affected files. If you are not the right person, maybe you can help finding the right person to work with.
CC @touma-I
@juancappi This probably due to one of the refactoring changes that was made in the repo. A possible solution is to add to the examples/kfp-pipelines/superworkflows/ray/kfp_v2/README.md file a comment about the need to change the component_spec_path with the correct path as you mentioned just for the purpose of compiling the super pipelines.
Search before asking
Component
KFP workflows
What happened + What you expected to happen
When running super-pipeline example from
examples/kfp-pipelines/superworkflows/ray/kfp_v2/
(only after fixing the issues proposed in PR #906), the build fails due to incorrect relative path computation:Reproduction script
If I update the relative path in
doc_id_wf.py
to include the extra level../
:data-prep-kit/transforms/universal/doc_id/kfp_ray/doc_id_wf.py
Line 28 in 6a06d87
The super-pipeline build works, but then the build of kfp pipeline for that individual transform will fail.
Anything else
This depends on fix from #906
OS
MacOS (limited support)
Python
3.11.x
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: