Release 0.1.0
github-actions
released this
03 Sep 07:08
·
2 commits
to a631c1ab5710152b6afc9f1fd0e230a7cfab7a95
since this release
[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 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)
�