0.2.3 - 2024-07-18
- ✨ Add keyword arguments to schema's validate() method (#73)
- 🐛 Fix not validating output factory datasets (#80)
0.2.2 - 2024-06-03
- 🐛 Fix
AttributeError
in datasets with missingmetadata
parameter (#67)
0.2.1 - 2024-05-06
- 🐛 Fix dataset reference in hook for kedro >= 0.19.0
0.2.0 - 2024-04-19
- 💥 ✨ ⬆️ Drop support for
kedro==0.18.x
and add support forkedro==0.19.x
(#46)
0.1.0 - 2023-09-02
- ✨ 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 aDataframeModel
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 toINFO
so it is visible by default in the kedro logs (#13) - 📝 Add a tutorial for using
kedro-pandera
(#5)