[sdk] Pipeline V2 - Ouput[Dataset] giving error - TypeError: expected str, bytes or os.PathLike object, not NoneType #6410
Labels
area/sdk
kind/bug
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
Environment
Steps to reproduce
I was having error trying to convert Pipeline V1 version to V2 (Output[Dataset]) and Aritifact way. as per this #6390
Was getting error with Output[DataSet] in my simple component
and then tried to execute the sample code itself https://www.kubeflow.org/docs/components/pipelines/sdk/v2/build-pipeline/
Logs in error pod - merge_csv_task
Expected result
Should work without errors
Materials and Reference
I was evaluating the Kubeflow pipelines and this V1 to V2 change seems to break the existing V1 flow; and make it more complex. At least if OutputPath("SomeCustomType") can be substituted by OutPut[DataSet]) and if things work, then it should be fine; but documentation is not that clear // or the beta version is buggy.
Also is it that V1 version will be obsoleted when V2 comes in from beta to general release ? Or can we conitue to use V1 version
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: