Set runtime_type into pipeline based on selected tile #2261
Labels
component:pipeline-editor
pipeline editor
component:pipeline-runtime
issues related to pipeline runtimes e.g. kubeflow pipelines
kind:enhancement
New feature or request
The changes relative to #2258 will require that a new
runtime_type
field be added into the pipeline (as a sibling toruntime
). This type should equate to the string-ized name of theRuntimeProcessorType
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.The text was updated successfully, but these errors were encountered: