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

**Problem Statement** The current implementation of SDK returns a Wait object for long running operations like cluster or warehouse creation. The clients have option to either getId() which returns identifier...

**Description** dbfs/create, dbfs/addblock, dbfs/close API's are not working through Data bricks SDK. Getting access denied **Reproduction** Trying to connect the api's to upload a file in stream using those API's....

## Changes The current implementation of selectSparkVersion() is broken when `sparkVersion` is supplied. This is due to the code requiring an exact match instead of a contains. The referenced Go...

**Description** While using SDK getting groups or a group and trying to access members if there aren't any members assigned into this group. **Reproduction** 1. Create a WorkspaceClient 2. Group...

**Problem Statement** Hi, as far as I can see, the Lineage Tracking API is not available in the SDK. I can successfully call the REST API directly. I'm referring to...

## Changes I noticed this issue https://github.com/databricks/databricks-sdk-java/issues/123 and thought this might be a good first contribution. This PR introduces a version class that provides access to the version of the...

## Changes Adds meta-information about stability of interfaces ## Tests n/a

**Problem Statement** There currently is no way to access the SDK version programmatically. If you want to check what version is used at runtime you have to pull the version...