Skip to content

Releases: kedro-org/kedro-plugins

kedro-airflow v0.5.1

25 Nov 10:34
2759b72
Compare
Choose a tag to compare
  • 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

14 Nov 07:52
890121a
Compare
Choose a tag to compare

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

30 May 12:19
c27eb79
Compare
Choose a tag to compare

What's Changed

Bug fixes and other changes

  • Removed explicit PyYAML requirement since it is already a dependency of Kedro

Bug fixes and other changes

  • kedro telemetry raising errors will no longer stop kedro 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

04 Apr 16:07
f8f0f6e
Compare
Choose a tag to compare

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

04 Apr 16:02
fa99aed
Compare
Choose a tag to compare

Release 0.4.2

  • Drop context/session usage to fetch pipelines to support Kedro>=0.17.5.

kedro-telemetry v.0.2.0

01 Apr 08:42
99bb612
Compare
Choose a tag to compare

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

01 Apr 14:01
d9feed2
Compare
Choose a tag to compare

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

09 Mar 15:09
363f883
Compare
Choose a tag to compare

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 whatever click version is used by kedro.