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

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

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

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

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