-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write support #119
Comments
Write support is definitely high on the prio list. The peeps over at the delta kernel (the library duckdb_delta heavily relies on) are working really hard on this as we speak! The plan for duckdb_delta is to keep up with the latest features of the delta kernel as quickly as possible. However, I can't give an exact timeline here |
Thanks @samansmink! Right now i'm using polars to write to my delta lake. Are they using something different for their write_delta functionality that isn't using the same delta kernel? |
@Ben-Epstein I believe they use https://github.com/delta-io/delta-rs |
+1 |
@samansmink it looks like that was merged! Does that open the door for duckdb? |
Hi folks, thanks for building such a great tool and extension.
I'm curious where write support falls on the priority list. I'm working on a data lakehouse+etl architecture and the write step is quite clunky as I've written it myself. I'm sure there are a lot of folks who are thinking the same thing :)
Is this something you have a general timeline for? Or even a best practices guide for getting data from duckdb into Delta (I'm using Polars but there may be a better option)
Thanks!
The text was updated successfully, but these errors were encountered: