Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for kedro >= 0.19.0 #54

Closed
mjspier opened this issue May 6, 2024 · 3 comments
Closed

fix for kedro >= 0.19.0 #54

mjspier opened this issue May 6, 2024 · 3 comments

Comments

@mjspier
Copy link
Contributor

mjspier commented May 6, 2024

Description

Kedro 0.19.0 had a breaking change.

  • Renamed data_set and DataSet to dataset and Dataset everywhere.

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
Copy link
Contributor Author

mjspier commented May 6, 2024

#55 covers this issue

@Galileo-Galilei
Copy link
Owner

Closed by #55

@Galileo-Galilei
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants