-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Arrow Flight Protocol for Querying: Missing documentation? #820
Comments
Thanks @thinkORo we're working on the the documentation for this. We'll also release sample applications in Js and Python to use this API. Will be available soon. Also, in the next release the Parseable console will use this API for querying, improving the UX. |
@nitisht Thanks for your quick reply. I'm looking forward checking some examples or reading the documentation. |
@thinkORo below is the blog where you can find the details for arrow flight in Parseable |
@nikhilsinhaparseable Unfortunately that doesn't work for me. Is there any specific user setting required? By executing "reader = client.do_get(flight.Ticket(ticket_data), options=call_options)" from your documentation I get the following error:
I used my common username and password and converted that with base64.b64encode. Could you please provide some more information if there is any user setup (permissions)? How do you convert your username and password to use it in this example? |
@thinkORo the reason is - release is not done yet, you can expect the release by next week which will have this fix. |
Okay, I'll check that later. And yes, regarding Authorization header: that's what I did as well. Thanks for your quick reply. |
@thinkORo meanwhile you can try the |
Hi @nikhilsinhaparseable, sorry, I didn't find the time to check the edge-image. But now I do. It is working as expected. The request does not "feel" as if it is executed immediately (it could the underluying S3 bucket in my case as well), but I receive the requested data and can work with it. Super. Many thanks for pointing out the edge image. I really appreciate it. |
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?
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?
The text was updated successfully, but these errors were encountered: