This catalog connector enables Elyra to load pipelines components from TODO.
You can install the TODO catalog connector from PyPI or source code. Note that a rebuild of JupyterLab is not required.
Prerequisites
- Elyra (version 3.3 and above).
- TODO
Install from PyPI
$ pip install todo-component-catalog-connector
Install from source code
$ git clone https://github.com/elyra-ai/examples.git
$ cd examples/component-catalog-connectors/connector-template/
$ make source-install
- Launch JupyterLab.
- Open the '
Manage Components
' panel. - Add a new TODO component catalog ('
+
' > 'New TODO Component Catalog
'). - Specify a catalog name, e.g. '
Test TODO catalog
'. - (Optional) Specify a category under which the catalog's components will be organized in the palette.
- Configure the required
todo_required_parm
. - Configure the optional
todo_optional_parm
. - Save the catalog entry.
- Open the Visual Pipeline Editor and expand the palette. The catalog components are displayed.
- Remove all TODO catalog entries from the '
Manage Components
' panel. - Stop JupyterLab.
- Uninstall the
todo-component-catalog-connector
package.$ pip uninstall -y todo-component-catalog-connector
Problem: The palette does not display any components from the configured catalog.
Solution: If the the Elyra GUI does not display any error message indicating that a problem was encountered, inspect the JupyterLab log file.