Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In delta-rs we have a TableProvider on DeltaTable on the rust side, we would like to leverage this in datafusion-python, so that we can make use the scanning capabilities of datafusion. However I don't see an API where we can register a table which as TableProvider in rust
Describe the solution you'd like
Provide a means to allow registering Tables that implement TableProvider in rust through python
Describe alternatives you've considered
Couldn't find any.
Related issues
delta-io/delta-rs#1204