Debian – PostgreSQL authentication fails with Apache Arrow Flight SQL Driver
Original post I want to try out the Apache Arrow Flight SQL Driver for a large OLAP query on a PostgreSQL database. When I run the following example: import adbc_driver_flightsql.dbapi import adbc_driver_manager conn = adbc_driver_flightsql.dbapi.connect('flightsql://username:[email protected]:5432/database') with conn.cursor() as cur: cur.execute("SELECT…