Hi team,
Since JDBC driver does not work for Databricks, I am testing connection using ODBC. Below is an error message, as well as ConnectionDetails setting. Need help to set the ODBC connection parameters. Thanks!
Error: nanodbc/nanodbc.cpp:1118: HY000: [Simba][DriverSupport] (1110) Unexpected response received from server. Please ensure the server host and port specified for the connection are correct and confirm if SSL should be enabled for the connection.
connectionDetails ← createConnectionDetails(
dbms = “spark”
server = “adb-xxxx.azuredatabricks.net”,
user = “token”,
port = 443,
password = “xxxx”,
extraSettings = list(HTTPPath = “sql/protocolv1/oxxxx”)
)