Skip to content

Using Arrow Flight Protocol for Querying: Missing documentation? #820

@thinkORo

Description

@thinkORo

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?

  1. I set the environment P_FLIGHT_PORT to 8002
  2. 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 documentationserver

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions