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** Trying to update the name of an external location results in the following error: ``` Exception in thread "main" com.databricks.sdk.core.error.platform.BadRequest: Response from server (Bad Request) {"error_code":"INVALID_PARAMETER_VALUE","message":"UpdateExternalLocation Both new_name and...

**Problem Statement** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We use the SDK to do most of the management calls with...

## Changes Motivation here is to support connecting to proxies using `https` scheme not just default `http` which is used in `HttpHost` when no scheme is explicitly provided. ## Tests...

Still WIP but would love to get early feedback before I put more effort into this. ## Changes - Refactoring getting oidc endpoints out of DatabricksConfig into a spearate provider...

**Description** A clear and concise description of what the bug is. While using the execute command API the result of the call is a Results Object this object has a...

**Description** Dear team, Sometimes the SDK throws null pointer exception when attempting to refresh tokens, I am not entirely sure if there is an issue with the SDK or the...

**Problem Statement** For model serving with optimized routes we need to be able to send significantly larger volume of concurrent requests. it would be great to be able to control...

## What changes are proposed in this pull request? - Implemented DatabricksOAuthTokenSource class that handles the OAuth token exchange flow - This class manages the OAuth token exchange flow using...

## What changes are proposed in this pull request? add `outputs` field to query sdk to support feature serving endpoint response Specifically, try to answer the two following questions: -...