This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Release v0.2.2
🐛 Bug Fixes
- Due to an issue with
UPathIOManager
,PolarsDeltaIOManager
did 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.DataFrame
orpl.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