Releases: kedro-org/kedro-plugins
Releases · kedro-org/kedro-plugins
kedro-airflow v0.5.1
- Added additional CLI argument
--jinja-file
to provide a path to a custom Jinja2 template. - Added support for Airflow>=2.3.0.
- Kept Kedro-Airflow plugin docstring from appearing in
kedro -h
. - Prefixed Airflow plugin name with "Kedro-" in usage message.
kedro-telemetry v0.2.2
What's changed in 0.2.2
Bug fixes and other changes
- Changed the value associated with the identity key in the call to heap's /track endpoint from hashed computer name to hashed username.
- Expanding to track numbers of datasets, nodes, pipelines to better understand the size of kedro project.
Full changelog: kedro-telemetry-0.2.1...kedro-telemetry-v0.2.2
kedro-telemetry v0.2.1
What's Changed
Bug fixes and other changes
- Removed explicit
PyYAML
requirement since it is already a dependency ofKedro
Bug fixes and other changes
kedro telemetry
raising errors will no longer stopkedro
running pipelines.- Lowered some of the log level to
DEBUG
, so they will not be shown by default.
Full Changelog: kedro-airflow-0.5.0...kedro-telemetry-0.2.1
kedro-airflow v0.5.0
Release 0.5.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-airflow v0.4.2
Release 0.4.2
- Drop context/session usage to fetch pipelines to support Kedro>=0.17.5.
kedro-telemetry v.0.2.0
Release 0.2.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-docker v.0.3.0
Release 0.3.0
- Add compatibility with kedro 0.18.0
- Add compatibility with Python 3.9 and 3.10
- Remove compatibility with Python 3.6
kedro-telemetry v0.1.4
Release 0.1.4
Bug fixes and other changes
- If consent is provided but there's no internet connection,
kedro-telemetry
will log a warning instead of raising an error (addresses kedro-org/kedro#1289 and kedro-org/kedro#1249). - Removed
click
requirement, defaulting instead to whateverclick
version is used bykedro
.