elyra icon indicating copy to clipboard operation
elyra copied to clipboard

Elyra extends JupyterLab with an AI centric approach.

Results 217 elyra issues
Sort by recently updated
recently updated
newest added

This PR adds support for [Kubernetes tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for Kubeflow Pipelines and Apache Airflow runtime environments. Deviations from the [specification](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#toleration-v1-core): - `tolerationSeconds` is not supported (as requested in https://github.com/elyra-ai/elyra/issues/2823) - but...

kind:enhancement
component:pipeline-editor
component:pipeline-runtime
status:Needs Discussion

Hello. At the moment, after creating a pipeline using Elyra, the following pop up appears: ![image](https://user-images.githubusercontent.com/44682155/183920064-37212474-608e-4c8f-99fe-c8f28cc6de4f.png) This is great and can be very useful. The thing is that, in some...

kind:enhancement
status:Waiting for Author
inactive:obsolete

Fixes #2795 ### What changes were proposed in this pull request? Added a tile in launcher called 'What's new'. It is connected to a link that takes you to the...

kind:enhancement
area:front-end
mentoring:RCOS

Closes #2840 ### What changes were proposed in this pull request? - Update `Makefile` to properly detect whether the local source code is associated with an official release - Update...

kind:bug
area:documentation
component:build

Closes #975 - Integrate Script Editor with JupyterLab debugger ### What changes were proposed in this pull request? - [x] Subclass ScriptEditor (R + Python): PR #2388 ~~Add 'Run and...

status:Work in Progress

Partially addresses #747 ### What changes were proposed in this pull request? ### How was this pull request tested? Developer's Certificate of Origin 1.1 By making a contribution to this...

Very rough draft - corresponding to elyra-ai/pipeline-editor#197. Currently allows for editing and saving the *pipeline* properties and the *generic* node properties but not most of the *custom component* node properties...

status:Work in Progress
impact:blocker
impact:requires-pipeline-migration

**Describe the issue** #1638 introduced a new [`Dockerfile`](https://github.com/elyra-ai/elyra/tree/main/etc/docker/elyra_development), which can be used to perform basic Elyra development. We need to add documentation (README.md, similar to the ones for `elyra` and...

area:documentation
component:build

**Is your feature request related to a problem? Please describe.** So it is really nice to see the initiative of adding support for using PVC as common data storages that...

kind:enhancement
status:Needs Triage

Fixes Issue #687 status:Work in Progress ### What changes were proposed in this pull request? - error dialog test for no password or username in runtime settings when exporting airflow...

component:test
status:Work in Progress
mentoring:RCOS