Skip to content

v3.6.0

Compare
Choose a tag to compare
@ptitzler ptitzler released this 09 Feb 22:40

New feature highlights

Duplicate runtime configurations, runtime images, code snippets, and more

Quickly duplicate existing runtime configurations, runtime images, code snippets, and component catalogs with a single click in the JupyterLab GUI:

Duplicate metadata instances in the GUI

Add Airflow operators from Airflow built distributions to the pipeline editor

Out of the box the visual pipeline editor for Apache Airflow pipelines only includes operators that allow for the execution of Jupyter notebooks, Python scripts, and R scripts. Starting with this release of Elyra you can add operators from your Apache Airflow built distribution to the palette:

  • Create a catalog connector for Apache Airflow.
  • Configure the connector to use the download link for the Apache Airflow built distribution that you have installed in your Airflow cluster.
  • Open the pipeline editor and start using the imported operators.

Add Apache Airflow built-in operators to the pipeline editor palette

Resources:

Add Airflow operators from Airflow provider packages to the pipeline editor

Starting with this release of Elyra you can add operators from provider packages to the palette:

  • Create a provider package catalog connector for Apache Airflow.
  • Configure the connector to use the download link for the Apache Airflow provider package that you have installed in your Airflow cluster.
  • Open the pipeline editor and start using the imported operators.

Add Apache Airflow provider package operators to the pipeline editor palette

Resources:

What's Changed

Full Changelog: v3.5.0...v3.6.0