To connect any client that supports Apache Arrow ADBC protocol follow these simple steps:
- Run
kamu Flight SQL server in a desired workspace:
kamu sql server --address 127.0.0.1 --port 50050
- Follow the steps for your specific language and environment to connect your ADBC client to FlightSQL server
- Use
anonymous as login and password for anonymous connection (if allowed by the node) or authenticate using a personal access token
An example is available here using Python. Last modified on March 16, 2026