Skip to content

v3.10.0

Compare
Choose a tag to compare
@ptitzler ptitzler released this 07 Jul 22:40
· 262 commits to main since this release

Quick links

New feature highlights

Pipeline editor: mount shared volumes in custom pipeline nodes

Pipeline nodes that are implemented using custom components or generic components can now be configured to utilize data volume mounts. Take advantage of volume mounts if two or more pipeline nodes need to efficiently share data. Data volume mounts can be configured as pipeline defaults (applying to all generic and custom nodes) or for individual nodes.
Volume mounts are only supported by the Kubeflow Pipelines and Apache Airflow runtimes.

image

URL and Airflow catalog connectors: support user credentials

Elyra uses catalog connectors to make custom components available to the Visual Pipeline Editor. The catalog connectors for the URL component catalog, the Apache Airflow package catalog, and the Apache Airflow provider package catalog were extended to allow for input of user credentials to support access to secured resources.

image

What's Changed

New Features

Bug Fixes

  • Fix for Script Editor console does not properly highlight error messages by @VNA818-RPI in #2800
  • Update docs to reflect proper generic op output file usage by @akchinSTC in #2798
  • Fix invalid repository URLs in 'Elyra in an air gapped environment' topic by @ptitzler in #2810
  • Fix Airflow operation processing for number data types by @kiersten-stokes in #2815
  • Remove final instance of BashOperator from tests by @kiersten-stokes in #2817
  • Optionally search for operators in airflow.contrib.operators package by @ptitzler in #2819
  • Fix version issue in release script by @ptitzler in #2824

Other

New Contributors

Full Changelog: v3.9.1...v3.10.0