databricks-sdk-java icon indicating copy to clipboard operation
databricks-sdk-java copied to clipboard

Databricks SDK for Java

Results 72 databricks-sdk-java issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/user-attachments/assets/01473743-e79a-4112-a99b-f19e3bbc44f9)...

This PR updates the SDK to the latest API changes.

zzz:automated-update

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...

dependencies
java

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...

dependencies
java

Bumps com.google.auth:google-auth-library-oauth2-http from 1.20.0 to 1.40.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auth:google-auth-library-oauth2-http&package-manager=maven&previous-version=1.20.0&new-version=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...

dependencies
java