elyra
elyra copied to clipboard
Elyra extends JupyterLab with an AI centric approach.
**Describe the issue** Update the backend tests for the new parameter **Pipeline runtime environment** - Kubeflow Pipelines (provide version number, whether multi-user auth enabled) **Related Parent Issue** https://github.com/elyra-ai/elyra/pull/1529
Currently, Jupyter lab has automated integrity checks to check for things like unnecessary packages being included as dependencies in `package.json` - elyra could add something like this as well.
As suggested by @ajbozarth in a review discussion on #241 , it would be helpful to have an app util for adding class names to JSX elements across our packages
Currently, Elyra integration test files are located in `tests/integration/`, each file containing all tests for a specific extension. The problem is those tests files are becoming too long and hard...
**Is your feature request related to a problem? Please describe.** The [Makefile](https://github.com/elyra-ai/elyra/blob/main/Makefile) currently provides the `validate-runtime-images` target, which enables users to verify that the ['pre-installed' runtime images](https://github.com/elyra-ai/elyra/tree/main/etc/config/metadata/runtime-images) meet Elyra's minimum...
**Is your feature request related to a problem? Please describe.** Currently parts of the [release process](https://elyra.readthedocs.io/en/latest/developer_guide/release.html#elyra-release-process-overview) are performed manually, such as building and publishing Elyra container images on Docker Hub...
Add support for data source as metadata and investigate/implement helper utilities to generate connectivity code to be used directly on python scripts or notebooks. Note: What are the implications for...
This pull request is a **proof of concept** for what it might take to support using the node's associated container image when running pipelines locally. This functionality may be beneficial...
### What changes were proposed in this pull request? ``` pip install elyra['airflow', 'airflow-examples', 'kfp', 'kfp-examples', 'kfp-tekton', 'test','all'] ``` Enables the ability to install selective packages/groups in order to either...
Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have...