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

## 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? When requests are retried, there is currently no information available to the caller to understand why. On retries no exception is...

**Description** Hi Team, we are trying to use liquid clustering for delta table. In pyspark clusterBy api is used but in java this api does not exist. Please help us...

**Description** I am trying to call this service thorugh the SDK: https://docs.databricks.com/api/workspace/genie/getmessageattachmentqueryresult I am using this call to achieve that workspaceClient.genie().getMessageQueryResult(spaceId, conversationId, messageId); When I call the method I do...

**Description** Group management API URL for the workspace is hardcoded in the [corresponding class](https://github.com/databricks/databricks-sdk-java/blob/289fd2aff7675a1384502c15e5c1440a1bc3119b/databricks-sdk-java/src/main/java/com/databricks/sdk/service/iam/GroupsImpl.java#L73) and looks like this: `/api/2.0/preview/scim/v2/Groups`. We need to add users to account-level groups programmatically. The problem...

**Problem Statement** Databricks has released new version of their problematic Jobs API. Some of the APIs are already migrated to 2.2 (e.g. https://docs.databricks.com/api/azure/workspace/jobs/get) **Proposed Solution** - Update https://github.com/databricks/databricks-sdk-java/blob/main/databricks-sdk-java/src/main/java/com/databricks/sdk/service/jobs/JobsImpl.java to use...

## Description I want to use the WorkspaceClient to use the table api to communicate with the unity catalog, but I found there is no create table api in the...

## What changes are proposed in this pull request? Update SDK to latest OpenAPI specification ## How is this tested? Existing tests

## What changes are proposed in this pull request? Fixes #395 NO_CHANGELOG=true Provide the readers and reviewers with the information they need to understand this PR in a comprehensive manner....