Closed gilsegment closed 10 months ago
The ODBC, JDBC, Python, NodeJS, and Go connectors all connect to Databricks via thrift.
The Go driver is independent of JDBC/ODBC
The Go driver uses the Thrift protocol to communicate with the Databricks server, but that is just a protocol for accessing the server side API. There are no other drivers or connectors involved. Unless you have further questions I'm marking this as closed.
This is a request to add a bit more info in the README regarding the connector that is used under the hood.
In the docs it seems that Databricks supports both ODBC and JDBC drivers.
What is being used with this client library to connect to Databricks warehouse JDBC/ODBC/Something else?
I am using this to initialize the connector: