Dbeaver is fine..We are able to access..
But not able to connect Databricks instance from JDBC driver.
Getting below error while tesing the connection...
ERROR: [08S01/500593] Can't connect to database - [Databricks][JDBCDriver](500593) Communication link failure. Failed to connect to server. Reason: HTTP Response code: 401, Error message: Invalid Authorization .
We are passing host, port, user ID(token), token pwd, transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0 as configuration option...
Is there anyting we are missing?