Patrick Titzler
Patrick Titzler
Thank you very much for volunteering! Much appreciated. I assigned you as requested.
Related: https://github.com/elyra-ai/elyra/issues/2805 (investigate removal of remote file dependencies)
> Should we decide to adopt this as another option for local processing, I would suggest we promote the 'local' processor to be a full-fledged runtime. I believe this will...
The release documentation https://elyra.readthedocs.io/en/latest/developer_guide/release.html also includes references to tasks that should no longer be required because they are automatically performed when `make publish...` is invoked: 
Based on the issues' description, I don't see any action that's required on our end. The Python editor can be installed using ``` pip install --upgrade elyra-python-editor-extension ``` or from...
An implementation of option 1 would entail extending the Elyra theme with a new button similar to the one Elyra already defines in https://github.com/elyra-ai/elyra/blob/main/packages/theme/src/index.ts#L154-L160 for the documentation link. The default...
Can you provide some details (e.g. a link to the source code) of the component you are referring to and a copy of your customized `bootstrapper.py`?
Link to git extension: https://github.com/jupyterlab/jupyterlab-git. Based on the issue's description, I don't see any Elyra specific actions that we need to take. Elyra distributes the git extension but does not...
SDK v2 is still in beta. Waiting for it to be classified as stable or an urgent need arises that requires a switch.
Elyra uses the SDK to communicate with KF (create experiments, upload pipelines, etc) and compile pipelines. I don't believe any of those tasks would fail after an upgrade. However, the...