v3.6.0
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:
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.
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.
Resources:
What's Changed
- Bump nanoid from 3.1.22 to 3.2.0 by @dependabot in #2411
- Bump ipython from 7.15.0 to 7.16.3 in /etc/generic by @dependabot in #2408
- Fix typo in RTC documentation topic by @ptitzler in #2412
- Fix git branch URL by @ptitzler in #2421
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #2434
- Revert removal of dependency caps by @akchinSTC in #2445
- Restore dependency cap on click and pin black by @akchinSTC in #2446
- Validate numeric fields in submit file dialog by @karlaspuldaro in #2383
- Add GUI support for metadata instance duplication by @ptitzler in #2436
- Set 'EnumControl' property values to 'null' in properties JSON by @kiersten-stokes in #2432
- Add link to Apache Airflow custom components tutorial to 'Getting Started' guide by @ptitzler in #2450
- Improve Airflow parser functionality by @kiersten-stokes in #2418
- Add airflow package catalog connector by @ptitzler in #2437
- Add test for code snippet cloning by @ptitzler in #2451
- Move unit test file to proper test directory by @karlaspuldaro in #2452
- Update pipeline editor node pkg to 1.6.0 by @akchinSTC in #2454
- Add Airflow provider package catalog connector by @ptitzler in #2438
- Update built-in connector reference in 'Pipeline Components' documentation by @ptitzler in #2457
Full Changelog: v3.5.0...v3.6.0