Pipeline input parameters #2985
annhov
started this conversation in
Pipeline Editor/ Kubeflow Pipelines + Apache Airflow
Replies: 1 comment 3 replies
-
Hi @annhov! We are currently implementing changes to the Kubeflow Pipelines code generator that will be included in 3.13. This rework is required to properly support pipeline parameters, will should be ready in time for the 3.14 release. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I have a use case where I need to create a kubeflow pipeline from elyra, export it to kubeflow server and then run it with different parameters using kfp api .
This might be related to the previous discussions #2970 and #2921, but as the development is still in the planning stage/postponed and the branch from the discussion (https://github.com/lresende/elyra/commits/dev-parameter) is outdated, I'd like to modify the source code so that it will be possible to receive input parameters. The handling of these params can be done by just setting some new environment variables (maybe from bootstrapper.py) and doesn't need to include UI, the only required part is the modification of pipeline/yaml generation.
Maybe there is already some development branch I can refer to? Or can you please suggest which parts should be changed to implement this feature?
Beta Was this translation helpful? Give feedback.
All reactions