elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.85k stars 342 forks source link

Associate runtime images with runtime languages #1495

Open ptitzler opened 3 years ago

ptitzler commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the UI always displays all runtime images if a user needs to make a selection, e.g.

image

With the added support for R scripts not every image will support every language. We should consider

Example:

Describe the solution you'd like See above.

kevin-bates commented 3 years ago

The new metadata property should be multi-valued (list) since a given image could support multiple languages. Since we allow dynamic languages within Code Snippets, it should probably not be an enumeration.