apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 63 forks source link

Expose `register_listing_table` #618

Closed henrifroese closed 2 months ago

henrifroese commented 3 months ago

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

Also includes some documentation improvements.

Closes #617.