-
Notifications
You must be signed in to change notification settings - Fork 360
Closed
Labels
component:installInstallation (pip, conda, etc) or packaging (components)Installation (pip, conda, etc) or packaging (components)component:pipeline-editorpipeline editorpipeline editorcomponent:pipeline-runtimeissues related to pipeline runtimes e.g. kubeflow pipelinesissues related to pipeline runtimes e.g. kubeflow pipelinesinactive:duplicateThis issue or pull request already existsThis issue or pull request already existskind:enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I have created an environment with Airflow installed, I do not plan to use Kubeflow, is there a way to not install Kubeflow Pipeline editor and Kubeflow configuration extension?
Describe the solution you'd like
Maybe it could be useful to create 3 distincts pipeline editor extensions package
https://elyra.readthedocs.io/en/v2.1.0/getting_started/installation.html#pip
- pip install --upgrade elyra-airflow-pipeline-editor-extension && jupyter lab build
- pip install --upgrade elyra-generic-pipeline-editor-extension && jupyter lab build
- pip install --upgrade elyra-kubeflow-pipeline-editor-extension && jupyter lab build
Describe alternatives you've considered
Adding the possibility to deactivate the extension from Jupyter lab configuration
Metadata
Metadata
Assignees
Labels
component:installInstallation (pip, conda, etc) or packaging (components)Installation (pip, conda, etc) or packaging (components)component:pipeline-editorpipeline editorpipeline editorcomponent:pipeline-runtimeissues related to pipeline runtimes e.g. kubeflow pipelinesissues related to pipeline runtimes e.g. kubeflow pipelinesinactive:duplicateThis issue or pull request already existsThis issue or pull request already existskind:enhancementNew feature or requestNew feature or request