Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pipeline parameters #2994

Closed
ptitzler opened this issue Oct 28, 2022 · 1 comment
Closed

Add support for pipeline parameters #2994

ptitzler opened this issue Oct 28, 2022 · 1 comment
Assignees
Labels
kind:enhancement New feature or request platform: pipeline-Kubeflow Related to usage of Kubeflow Pipelines as pipeline runtime sizing: XL
Milestone

Comments

@ptitzler
Copy link
Member

Is your feature request related to a problem? Please describe.

Pipeline parameters enable users to provide runtime parameters when submitting or exporting a Kubeflow Pipelines pipeline via the Pipeline Editor or the CLI, without the need to modify the .pipeline file. Pipeline parameters can also be provided when running a pipeline from the Kubeflow Pipelines user interfaces, such as the Central Dashboard.

Describe the solution you'd like

  • Pipeline editor: allow for the definition of pipeline parameters
  • Pipeline editor: allow for the assignment of pipeline parameters to custom component properties
  • Pipeline editor: allow for the assignment of pipeline parameters to generic component properties
  • Pipeline editor: extend the export wizard to allow for specification of pipeline parameters
  • Pipeline editor: extend the submit wizard to allow for specification of pipeline parameters
  • elyra-pipeline CLI: update describe command to list pipeline parameters that can be specified when exported

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

@ptitzler
Copy link
Member Author

Delivered in #3053 and #3001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request platform: pipeline-Kubeflow Related to usage of Kubeflow Pipelines as pipeline runtime sizing: XL
Projects
None yet
Development

No branches or pull requests

3 participants