I am trying to develop a c# client code to query data using Apache Arrow Flight using basic auth, but not successful so far.
I would appreciate if anyone can share a working sample.
Thanks Manoj George
I am trying to develop a c# client code to query data using Apache Arrow Flight using basic auth, but not successful so far.
I would appreciate if anyone can share a working sample.
Thanks Manoj George
Copyright © 2021 Jogjafile Inc.
There is example code here:
https://github.com/apache/arrow/blob/master/csharp/examples/FlightClientExample/Program.cs
But, to get this to work in Dremio you will need to add authentication. The following is an example of how to use Basic authentication with "HTTP" (not https) on a localhost testing environment. Flight listens on port 32010. I have username of 'mydremiouser' and password of 'mydremiopassword' hardcoded in the example.