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

**Is your feature request related to a problem? Please describe.** Version 3.9.0 introduced [support for Kubernetes secrets](https://elyra.readthedocs.io/en/latest/user_guide/best-practices-file-based-nodes.html#handling-sensitive-information), enabling users to make sensitive information available to notebooks/scripts via environment variables, without...

kind:enhancement
component:pipeline-editor

**Is your feature request related to a problem? Please describe.** Custom components are exposed to the user in the pipeline editor's palette. Components are grouped by categories, which are defined...

kind:enhancement
area:front-end
status:Needs Triage
component:metadata-editor

The code-snippet extension is looking into using this behavior to notify the user about actions being accomplished (#1006) The git extension is also moving this way ![image](https://user-images.githubusercontent.com/382917/98894587-ef468e80-2459-11eb-941f-6efde22b377c.png) We should adopt...

help wanted
component:pipeline-editor
component:python-editor
area:front-end
component:code-snippets
priority:low
component:metadata-editor
good first project

**Is your feature request related to a problem? Please describe.** An upcoming release (Q2 2022) of Kubeflow Pipelines will introduce support for component registries. We need to evaluate how Elyra...

kind:enhancement
external:Upstream
component:catalog connectors

https://github.com/elyra-ai/elyra/blob/66e4009ed405f45326b2ba8588c2eca9accd0f16/elyra/pipeline/airflow/package_catalog_connector/airflow_package_catalog_connector.py#L86 https://medium.com/ibm-data-ai/getting-started-with-apache-airflow-operators-in-elyra-aae882f80c4a On the face of it, the component catalog feature is great, though I do not understand why common airflow and kubeflow pipeline components are not included in the...

kind:enhancement
platform:OpenShift
platform: Open Data Hub
component:catalog connectors

Example from https://github.com/jupytercalpoly/jupyterlab-code-snippets ![image](https://user-images.githubusercontent.com/25207344/97326504-7258c980-184a-11eb-9bb5-b0d14c0bef1d.png) Depend on #1064

good first issue
area:front-end
component:code-snippets
good first project

Elyra now supports 5 authentication methods, `no_authentication`, `kubernetes_service_account_token`, `dex_static_password`, `dex_ldap` and `dex_legacy`. Currently we are running kubeflow under protection of `oidc-authservice` which connects to our own idp, not dex. Is...

kind:enhancement
help wanted
status:Needs Triage
platform: pipeline-Kubeflow

We are currently publishing three docker images tagged with `x.y.z`, `latest`, and `dev`. We should add a few basic tests for the `x.y.z` image to make sure it runs. `latest`...

good first issue
component:build
component:test
component:docker

**Is your feature request related to a problem? Please describe.** The [`elyra-pipeline describe` CLI command](https://elyra.readthedocs.io/en/stable/user_guide/pipelines.html#describing-a-pipeline-from-the-command-line-interface) lists (among other things) external pipeline dependencies, such as Kubernetes resources and [custom components](https://elyra.readthedocs.io/en/latest/user_guide/pipeline-components.html#custom-components). The...

kind:enhancement
good first issue
help wanted
component:cli-tools
mentoring:RCOS

Add the ability to create a virtual environment of the appropriate type in each pipeline node if a requirements file or eqiv. is provided

good first issue
help wanted
component:pipeline-runtime