-
Hi everyone! My company is starting to create a MLOps process and I found Elyra to be a nice tool for us to build easy pipelines. I know that it is possible to pass information between steps in the pipeline usings files (txt, csv, etc...) but I really want to use variables directly instead (strings, vectors, etc...). Is there a way to do that? I really tried to search this topic elsewhere, didn't find anything... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @lucasg1, with custom components you can share data between nodes. We have a tutorial for Kubeflow Pipelines and Apache Airflow that outlines the basics. Generic components (those that execute notebooks or scripts) currently don't support that. |
Beta Was this translation helpful? Give feedback.
Hi @lucasg1, with custom components you can share data between nodes. We have a tutorial for Kubeflow Pipelines and Apache Airflow that outlines the basics. Generic components (those that execute notebooks or scripts) currently don't support that.