-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add support for delta lake #67
Comments
Nice. Thanks alot @imor |
and btw , i've bit experience in rust. may i try to take this one? |
Certainly, you can take a look at these examples from |
or we can try use this one |
I’m working with this one. Right now already sink from postgres to deltalake. But the deltalake still in local |
Is it ok if I work in my fork firts? Or i should work with another branch in this repo |
and is this tool has slack or discord group for discussion? thanks |
Local is fine for initial implementation and testing.
You won't have commit access to this repo, so you'd need to fork it and work in a branch on your fork. Don't worry, you'll be able to open a pull request from your fork's branch which can be merged in this repo.
No, not at the moment. Feel free to ask your questions in this thread though. I'll try to answer them. |
delta-kernel-rs
recently added write support for delta tables. Try out the new crate and see if delta lake support can be added in a sink.The text was updated successfully, but these errors were encountered: