You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if you are mixing up Flight and FlightSQL here? I think FlightSQL uses a different mechanism...if you need Flight specifically I think the arrow package has an option: https://arrow.apache.org/docs/r/reference/index.html#flight
Trying to figure out how to use adbi to get a connection to a Flight SQL server and while able to successfully get a connection against Voltron's
sqlflite
server - reproducable w containers here, I am stuck on authenticating against another containerized serverquackpy
.From python the following can be used to establish a connection against the quackpy Flight SQL server:
From R, using adbi, how do I provide the equivalent "FlightCallOptions" when initiating the connection?
Attempting to provide authentication details through the uri (I might be doing this wrong obviously) I get a server response like below:
The text was updated successfully, but these errors were encountered: