-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationserver
Description
Hi there,
with #769 the Arrow Flight Protocol was implemented and is published with release 1.2.
But I cannot find any (minimum) documentation how to connect to the new Arrow Flight endpoint.
What did I do?
- I set the environment P_FLIGHT_PORT to 8002
- I tried to connect to mymachine:8002 via:
- Arrow Flight JDBC driver
- adbc_driver_flightsql
- pyarrow.flight
But for all tests I get the following more or less same error:
adbc_driver_flightsql
NotSupportedError: NOT_IMPLEMENTED: [FlightSQL] handshake is disabled in favour of direct authentication and authorization (Unimplemented; AuthenticateBasicToken)
pyarrow.flight
ArrowNotImplementedError: Flight returned unimplemented error, with message: handshake is disabled in favour of direct authentication and authorization
Could you please provide any example or documentation how to connect to Arrow Flight endpoint either via JDBC or via Python?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationserver