This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Release v0.2.2
🐛 Bug Fixes
- Due to an issue with
UPathIOManager,PolarsDeltaIOManagerdid not apply correct partition filtering when loading a single mapped partition of an asset with native DeltaLake partitioning.
A workaround for this issue has been included. - Also, it's now possible to load all asset partitions at once with native DeltaLake partitioning, by specifying a type annotation like
pl.DataFrameorpl.LazyFrame. No partitions filtering will be done in this case.
What's Changed
- 🐛 DeltaLake - fix loading single partitions, implement loading all partitions at once by @danielgafni in #51
Full Changelog: v0.2.1...v0.2.2