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

Add support for delta lake #67

Open
imor opened this issue Nov 29, 2024 · 8 comments
Open

Add support for delta lake #67

imor opened this issue Nov 29, 2024 · 8 comments

Comments

@imor
Copy link
Contributor

imor commented Nov 29, 2024

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.

@imor imor mentioned this issue Nov 29, 2024
3 tasks
@abduldjafar
Copy link

Nice. Thanks alot @imor

@abduldjafar
Copy link

and btw , i've bit experience in rust. may i try to take this one?

@imor
Copy link
Contributor Author

imor commented Nov 29, 2024

Certainly, you can take a look at these examples from delta-kernel-rs: https://github.com/delta-io/delta-kernel-rs/blob/main/kernel/tests/write.rs

@abduldjafar
Copy link

or we can try use this one

@abduldjafar
Copy link

I’m working with this one. Right now already sink from postgres to deltalake. But the deltalake still in local

@abduldjafar
Copy link

Is it ok if I work in my fork firts? Or i should work with another branch in this repo

@abduldjafar
Copy link

and is this tool has slack or discord group for discussion? thanks

@imor
Copy link
Contributor Author

imor commented Dec 1, 2024

I’m working with this one. Right now already sink from postgres to deltalake. But the deltalake still in local

Local is fine for initial implementation and testing.

Is it ok if I work in my fork firts? Or i should work with another branch in this repo

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.

and is this tool has slack or discord group for discussion? thanks

No, not at the moment. Feel free to ask your questions in this thread though. I'll try to answer them.

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

2 participants