File tree Expand file tree Collapse file tree
src/test/java/com/databricks/jdbc/dbclient/impl/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## [ Unreleased]
44
55### Added
6+ - Added support for DoD (.mil) domains
67- Support to fetch metadata in PreparedStatement for SELECT queries before executing the query.
78
89### Updated
Original file line number Diff line number Diff line change 5454 <httpclient .version>4.5.14</httpclient .version>
5555 <commons-configuration .version>2.10.1</commons-configuration .version>
5656 <commons-io .version>2.14.0</commons-io .version>
57- <databricks-sdk .version>0.46 .0</databricks-sdk .version>
57+ <databricks-sdk .version>0.52 .0</databricks-sdk .version>
5858 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
5959 <sql-logic-test .version>0.3</sql-logic-test .version>
6060 <lz4-compression .version>1.8.0</lz4-compression .version>
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ void getWorkspaceClient_OAuthWithClientCredentials_AuthenticatesCorrectlyWithJWT
137137 assertEquals ("https://jwt-auth.databricks.com" , config .getHost ());
138138 assertEquals ("client-id" , config .getClientId ());
139139 assertEquals ("client-secret" , config .getClientSecret ());
140- assertEquals (DatabricksJdbcConstants . M2M_AUTH_TYPE , config .getAuthType ());
140+ assertEquals ("custom-oauth-m2m" , config .getAuthType ());
141141 DatabricksTokenFederationProvider provider =
142142 (DatabricksTokenFederationProvider ) config .getCredentialsProvider ();
143143 assertNotNull (provider );
You can’t perform that action at this time.
0 commit comments