You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elyra-metadata list CLI command by default now only returns valid runtime configurations, runtime image configurations, component catalogs, and code snippets. To force display of invalid configurations, specify the --include-invalid flag. In previous releases invalid configurations were always returned, unless the --valid-only option, which is no longer supported, was specified.
Required actions:
When using the CLI, replace elyra-metadata list with elyra-metadata list --include-invalid to produce output that is equivalent to earlier releases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quick links
New feature highlights
Lorem Ipsum
Breaking changes
This release includes breaking changes.
Installation: Elyra requires JupyterLab v4
Elyra version 4 requires JupyterLab v4. Older JupyterLab versions are not supported by this release.
Installation:
elyra-code-viewer-extensiondiscontinuedThe
elyra-code-viewer-extensionis no longer published as a separate extension, because it's functionality is included in JupyterLab v4.0.Installation: Kubeflow Pipelines SDK not installed by default
TBD #3144
elyra-metadata CLI: 'install' command renamed to 'create'
The legacy
elyra-metadata installCLI command is renamed toelyra-metadata create. Useelyra-metadata createto add runtime configurations, runtime image configurations, component catalogs, or code snippets orelyra-metadata updateto modify existing runtime configurations, runtime image configurations, component catalogs, or code snippets.Required actions:
elyra-metadata installwithelyra-metadata create.elyra-metadata install --replacewithelyra-metadata update.elyra-metadata CLI: 'list' command default output changes
The
elyra-metadata listCLI command by default now only returns valid runtime configurations, runtime image configurations, component catalogs, and code snippets. To force display of invalid configurations, specify the--include-invalidflag. In previous releases invalid configurations were always returned, unless the--valid-onlyoption, which is no longer supported, was specified.Required actions:
elyra-metadata listwithelyra-metadata list --include-invalidto produce output that is equivalent to earlier releases.Beta Was this translation helpful? Give feedback.
All reactions