Kubeflow v2.0 issue "'NoneType' object has no attribute 'path'" #10898
Unanswered
Mohit-Verma-1688
asked this question in
Q&A
Replies: 2 comments
-
|
Please ignore, I got my mistake :D , The mistake was in my imports. I was using notebook to create the pipeline yaml and the imports from component were not reflecting. I switched to terminal and created pipeline from correct folder and component changes reflected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Can we consider this discussion answered? If so, can you mark as ansrewed? |
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.
-
Hello Team,
This is my first time I am writing any question on this platform. Please forgive me if my question is dumb. I am trying to learn kubeflow , and I am kinda stuck indefinitely on one issue. I want to use how Input/Output or intputPath/outputPath functionality in my demo pipeline. I am trying to make an artifact as output[Dataset], which I can use further in the next step in my pipeline. However even after 50 attempts, I am not getting how to do that. May be this is a issue in my understanding of the concept. Below is what I read
https://www.kubeflow.org/docs/components/pipelines/v2/data-types/artifacts/#using-output-artifacts
=> environment is running on macbook with kind cluster
=> Below is what my component looks like, In this step I want to create an output artifact which is a dataset
=> This dataset is the resulted dict which I am converting to a dataframe and what I want as my output artifact.
=> This is how the pipeline looks.
=> This is what I get in the error

Beta Was this translation helpful? Give feedback.
All reactions