HTTP/1.1 301 Moved Permanently
Location: https://github.com/datafusion-contrib/datafusion-table-providers
This project was merged into the datafusion-table-providers repository.
A generic FlightTableFactory
that can integrate any Arrow Flight RPC service
as a TableProviderFactory
. Relies on a FlightDriver
trait implementation to
handle the GetFlightInfo
call and all its prerequisites.
This crate includes a default FlightSqlDriver
that implements the FlightDriver
trait for
Flight SQL and has been tested with Ballista,
Dremio and ROAPI.