datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
352 stars 60 forks source link

DuckDB native Deltalake #258

Open jochenchrist opened 2 weeks ago

jochenchrist commented 2 weeks ago

DuckDB now has native Deltalake support: https://duckdb.org/2024/06/10/delta

This can replace the current PyArrow implementation and we can save a few hundres MBs of dependencies.

Repository: https://github.com/duckdb/duckdb_delta

GetLouied commented 1 week ago

@jochenchrist

If you haven't started working on this yet, I would like to take a crack at it.