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

Expose register_listing_table #618

Merged

Conversation

henrifroese
Copy link
Contributor

Makes it possible to work with partitioned s3 datasets using object_store through datafusion.

Also includes some documentation improvements.

Closes #617.

Henri Froese added 5 commits March 24, 2024 17:46
It's currently hard to see how datafusion can be configured
in python. Adding a small section on configuration, and linking
to examples, should help with that.
(tested in next commit)
This lets users nicely use `object_store` with python
datafusion for partitioned dataset e.g. in S3.

Closes apache#617
@henrifroese henrifroese force-pushed the feature/binding-improvements-tables branch from eff5c67 to a43684a Compare March 24, 2024 16:46
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @henrifroese! This is a great addition.

@andygrove andygrove merged commit 84415dd into apache:main Apr 14, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

Expose register_listing_table
2 participants