Skip to content

Dask-deltatable v0.3

Compare
Choose a tag to compare
@fjetter fjetter released this 14 Jul 12:39
· 17 commits to main since this release

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