Dask-deltatable v0.3
New Features and Enhancements
- More efficient Dask Graph generation (#24)
- Transactional write support for append-only write operations with
to_deltalake
(#29) - Reader now supports partition pruning to only load files that match the provided filters (#30)
- DAT reader acceptance testing against spark generated data (#47)
Breaking changes
- Removed
vaccum_table
(#16) andhistory
(#17) commands. Instead, please use nativedelta-rs
functionality, see https://delta-io.github.io/delta-rs/python/usage.html#vacuuming-tables and https://delta-io.github.io/delta-rs/python/usage.html#history - Minimal supported python version is now 3.9
- Renamed
read_delta_table
toread_deltatable