Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.34k stars 164 forks source link

[Catalogs] [Delta Lake] Add support for writing new Delta Lake tables. #1967

Closed clarkzinzow closed 5 months ago

clarkzinzow commented 8 months ago

Now that we have read support for Delta Lake, we should add support for writing new Delta Lake tables with Daft.

kevinzwang commented 5 months ago

Completed with #2329