Skip to content

Releases: Galileo-Galilei/kedro-pandera

Release 0.2.2

03 Jun 20:32
Compare
Choose a tag to compare

[0.2.2] - 2024-06-03

Added

  • ✨ Validate output datasets (#20, #69)

Fixed

  • 🐛 Fix AttributeError in datasets with missing metadata parameter (#67)

Release 0.2.1

06 May 21:15
Compare
Choose a tag to compare

[0.2.1] - 2024-05-06

  • 🐛 Fix dataset reference in hook for kedro >= 0.19.0

Release 0.2.0

21 Apr 19:01
Compare
Choose a tag to compare

[0.2.0] - 2024-04-19

Changed

  • 💥 ✨ ⬆️ Drop support for kedro==0.18.x and add support for kedro==0.19.x (#46)

Release 0.1.0

03 Sep 07:08
Compare
Choose a tag to compare

[0.1.0] - 2023-09-02

Added

  • ✨ Add a CLI command to infer the schema of a dataset and persist it to a file (#4)
  • ✨ Automatically register customer resolvers pa.dict, pa.yaml to make schema declaration easier in the catalog (#13)
  • ✨ Automatically register customer resolver pa.python to enable schema declaration in the catalog from a DataframeModel class (#32)
  • ✨ Add runtime validation : before running each node, data is validated against the schema declared in the catalog (#13)
  • 🔊 kedro-pandera logs defaults is set to INFO so it is visible by default in the kedro logs (#13)
  • 📝 Add a tutorial for using kedro-pandera (#5)