flightsql-dbapi icon indicating copy to clipboard operation
flightsql-dbapi copied to clipboard

DB API 2 interface for Flight SQL with SQLAlchemy extras.

Results 9 flightsql-dbapi issues
Sort by recently updated
recently updated
newest added

I deployed superset and influxdb in different docker containers. When connecting, an error was reported: `E0102 02:58:10.914081300 59 ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:0A00010B:SSL routines::wrong version number.`

https://github.com/influxdata/flightsql-dbapi/actions/runs/6501255996/job/17658240765?pr=23 show that unit tests failed when trying to apply https://github.com/influxdata/flightsql-dbapi/pull/23. These should be fixed for future maintenance.

I have this script ``` url="datafusion+flightsql://us-west-2-1.aws.cloud2.influxdata.com:443?database=bucket&token=token" engine = create_engine(url) ``` versions (env) ➜ influx pip list | grep flight flightsql-dbapi 0.2.1 results in ``` E1006 10:28:36.564650000 8169889280 hpack_parser.cc:1218] Error parsing...

Some packages (such as langchain) have switched to sqlalchemy 2+ leading to conflicts.

When running a slow query (30+ seconds), I'm getting the following error: pyarrow._flight.FlightInternalError: Flight returned internal error, with message: Received RST_STREAM with error code 2. gRPC client debug context: UNKNOWN:Error...

Can FlightSQLClient be used with local installation of influx-db , ``` query_client = FlightSQLClient( host = "localhost", token = token, port=8086, metadata={"bucket-name": bucket_name}) query = """SELECT * FROM table """...

Superset has the ability to set a time range in its Chart Graph functionality. When set, the resulting SQL has a WHERE clause of this form: ``` WHERE time >=...

bug

This project is quite exciting to see! I noticed that there's a handrolled Flight SQL client in the repo. Have you considered using the [ADBC Flight SQL driver](https://arrow.apache.org/adbc/main/driver/go/flight_sql.html) instead? I'm...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...

dependencies
go