Skip to content
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

Open
Ben-Epstein opened this issue Nov 13, 2024 · 5 comments
Open

write support #119

Ben-Epstein opened this issue Nov 13, 2024 · 5 comments

Comments

@Ben-Epstein
Copy link

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!

@samansmink
Copy link
Collaborator

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

@Ben-Epstein
Copy link
Author

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?

@samansmink
Copy link
Collaborator

@Ben-Epstein I believe they use https://github.com/delta-io/delta-rs

@soumilshah1995
Copy link

+1

@Ben-Epstein
Copy link
Author

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

@samansmink it looks like that was merged! Does that open the door for duckdb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants