-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat(python): Support for reading delta lake tables #5761
Conversation
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Co-authored-by: Liam Brannigan <l.brannigan@analyticsengines.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
Signed-off-by: chitralverma <chitralverma@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This look great @chitralverma. I only have a remark about the imports other than that its great thanks a lot!
Signed-off-by: chitralverma <chitralverma@gmail.com>
Thanks a lot @ritchie46 for accepting my first contribution to the project. 🎊 |
And thanks for the PR! |
Signed-off-by: chitralverma <chitralverma@gmail.com>
Allows users to read and scan delta lake tables using the eager and lazy API of polars.
Links to issue #2858
Goals
deltalake
Examples
Notes
Checklist
read_delta
scan_delta
Signed-off-by: chitralverma chitralverma@gmail.com