databricks-sdk-java
databricks-sdk-java copied to clipboard
Databricks SDK for Java
This might not be the right place for this issue but I do not have access to https://github.com/databricks/databricks-jdbc. In DatabricksJDBC42-2.7.1.1004/META-INF/maven/commons-logging/pom.xml We appear to be using commons-logging 1.2 https://mvnrepository.com/artifact/commons-logging/commons-logging/1.2 ``` log4j...
#### **Description** The integration test trigger link provided by the GitHub Actions bot (`go/deco-tests-run/sdk-java`) does not work and results in a 404 error page. This prevents authorized users from manually...
**Problem Statement** Managed identity is often used for applications hosted on VMs/K8S/Azure functions/... and is more secure than M2M auth. **Proposed Solution** Add support for Managed identity auth, similar to...
**Description** Using JDBC driver to interact with tables on Databricks catalog. Connection is successful. But there are Exceptions in logs while accessing the result set. However, I can read results....
**Problem Statement** The bootstrap of the API is unnecessarily slow due to the instantiation in `DatabricksConfig` of the `DefaultCredentialsProvider` in line 18: ``` private CredentialsProvider credentialsProvider = new DefaultCredentialsProvider(); ```...
Change info log line about Auth method to debug to avoid spamming the log file. Currently this is the only log in the sdk that directly writes to info ...
This PR updates the SDK to the latest API changes.
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.14. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.14 New Features JaCoCo now officially supports Java 25 (GitHub #1950). Experimental support for Java 26 class files...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.0. Release notes Sourced from org.junit:junit-bom's releases. JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0 See Release Notes. New Contributors @2897robo made...
Bumps com.google.auth:google-auth-library-oauth2-http from 1.20.0 to 1.40.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...