apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
360 stars 87 forks source link

Python ADBC for trino or presto? #1231

Open sudhirpatil opened 10 months ago

sudhirpatil commented 10 months ago

Hello, Is there a way to access hive tables using trino or presto in python? documentation for ADBC i see only duckdb & postgres examples for python (adbc_driver_manager), does it mean only these 2 DB's are supported at the moment?

Apologies to post this query here under issues, posted here since i couldn't find any other forum to ask this question.

lidavidm commented 10 months ago

Presto is evaluating Flight SQL: https://github.com/prestodb/presto/issues/19419

I am not aware of anything for Trino.