-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Currently DataWebEngine (which enables full SQL support over the web) is a separate rust library. This means it is not currently easy/possible to use other languages to run full SQL queries over the web.
Describe the solution you'd like
Implement a FlightSQL service which leverages DataWebEngine internally to enable full SQL queries. Write some integration tests which use ADBC in python executing full SQL over the web.
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request