elyra-ai / elyra

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

Add support for pipeline runtime specific components #1004

Closed lresende closed 3 years ago

lresende commented 3 years ago

Enable the notion of a registry that can parse and expose the necessary information required to expose runtime specific components on the Elyra pipeline editor.

image

Examples of KFP Components:

Things to consider:

Jeffwan commented 3 years ago

I think it would be great to have some abstraction to import verified components to a box (could be a elyra concept) on cavas.

lresende commented 3 years ago

I think it would be great to have some abstraction to import verified components to a box (could be a elyra concept) on cavas.

@Jeffwan we are finally working on the implementation of the registry functionality to register and serve additional components to the pipeline editor. Do you want to create a new issue for "importing verified components" and we would add it to the umbrella issue we have for Pipeline Editor 2.0. Please describe your requirements on the issue, I was thinking initially maybe a CLI and subsequently maybe some sort of admin UI similar to what we have for runtimes, etc?