Galileo-Galilei / kedro-pandera

A kedro plugin to use pandera in your kedro projects
https://kedro-pandera.readthedocs.io/en/latest/
Apache License 2.0
33 stars 4 forks source link

fix for kedro >= 0.19.0 #54

Closed mjspier closed 3 months ago

mjspier commented 3 months ago

Description

Kedro 0.19.0 had a breaking change.

The current hook still references catalog._data_sets which does not work with kedro >= 0.19.0

Steps to Reproduce

  1. install kedro >= 0.19.0
  2. install kedor-pandera <=0.2.0
  3. create pandera schema and add to catalog.yaml
  4. run kedro run

Expected Result

Pipeline runs and validates dataset

Actual Result

Pipeline does not run successfully and shows error

mjspier commented 3 months ago

https://github.com/Galileo-Galilei/kedro-pandera/pull/55 covers this issue

Galileo-Galilei commented 3 months ago

Closed by #55

Galileo-Galilei commented 3 months ago

It's on Pypi: https://pypi.org/project/kedro-pandera