databricks-sdk-java
databricks-sdk-java copied to clipboard
Databricks SDK for Java
**Description** When running on a system where the PATH environment variable is not set, the following code in UserAgent.env() causes a NullPointerException: System.getenv("PATH").split(File.pathSeparator) `System.getenv("PATH").split(File.pathSeparator) ` If System.getenv("PATH") returns null, calling...
## What changes are proposed in this pull request? For reference only ## How is this tested? Not tested
update
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-java/pull/521/files) to review incremental changes. - [**stack/java-framework**](https://github.com/databricks/databricks-sdk-java/pull/521) [[Files changed](https://github.com/databricks/databricks-sdk-java/pull/521/files)] --------- ## What changes are proposed in this pull request? Provide the readers and reviewers...
update
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-java/pull/515/files) to review incremental changes. - [**stack/prototype-lro**](https://github.com/databricks/databricks-sdk-java/pull/515) [[Files changed](https://github.com/databricks/databricks-sdk-java/pull/515/files)] --------- ## What changes are proposed in this pull request? Provide the readers and reviewers...
## What changes are proposed in this pull request? Provide the readers and reviewers with the information they need to understand this PR in a comprehensive manner. Specifically, try to...
**Description** The quick start code in the README is outdated. It references and old class called `ClusterInfo` which appears to have been renamed to `ClusterDetails` **Reproduction** A minimal code sample...
update
## What changes are proposed in this pull request? Provide the readers and reviewers with the information they need to understand this PR in a comprehensive manner. Specifically, try to...
## What changes are proposed in this pull request? Add Debug logging in the maven release workflow. ## How is this tested? Existing CI. NO_CHANGELOG=true
## What changes are proposed in this pull request? This PR fixes some issues affecting the end-to-end workflow using External Browser auth in Azure. In addition to the base PR...
## What changes are proposed in this pull request? This PR uses the Databricks endpoints for all OIDC flows rather than branching on Azure vs Databricks flow. This is not...