Skip to content

DeltaTable reader using Dask

Pre-release
Pre-release
Compare
Choose a tag to compare
@rajagurunath rajagurunath released this 13 Sep 17:41
· 64 commits to main since this release

DeltaTable reader using Dask

  1. Reads delta table parallelly using dask
  2. As an Ability to read from different filesystems like S3, Azurefs, gcsfs.
  3. Supports some delta features like
    - Time Travel
    - Schema evolution
    - parquet filters like row and partition filters.