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

Set runtime_type into pipeline based on selected tile #2261

Closed
kevin-bates opened this issue Oct 29, 2021 · 1 comment
Closed

Set runtime_type into pipeline based on selected tile #2261

kevin-bates opened this issue Oct 29, 2021 · 1 comment
Assignees
Labels
component:pipeline-editor pipeline editor component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:enhancement New feature or request

Comments

@kevin-bates
Copy link
Member

The changes relative to #2258 will require that a new runtime_type field be added into the pipeline (as a sibling to runtime). This type should equate to the string-ized name of the RuntimeProcessorType enumeration (e.g., KUBEFLOW_PIPELINES) - updated here.

The runtime field will continue to reflect the processor name or its corresponding schema (as the two must match). Today, there is no distraction between runtime name and type.

@kevin-bates kevin-bates added component:pipeline-editor pipeline editor component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines status:Needs Triage labels Oct 29, 2021
@kevin-bates
Copy link
Member Author

This will be addressed in #2263.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:pipeline-editor pipeline editor component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants