databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

Databricks SDK for Go

Results 181 databricks-sdk-go issues
Sort by recently updated
recently updated
newest added
trafficstars

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

the `Get` operation by default returns only 100 tasks, and if there is more (specified in `has_more` attribute), the caller needs to request additional tasks and merge with the previous...

**Problem Statement** Hi, We want to use Azure Workload Identity Federation to obtain access tokens that can be used with Databricks (see related discussions in #566, #737). Since this mechanism...

**Description** when called on GCP, instead of returning an error immediately, both APIs stuck in retry loop

## 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** Root cause from http client is suppressed by reset body error in io.Reader **Reproduction** use io.Pipe as reader **Expected behavior** return both error **Is it a regression?** v0.73.1

## What changes are proposed in this pull request? ## How is this tested?

## What changes are proposed in this pull request? Fix version for the goimports in make fmt. Currently, we are missing a v before 0.34.0 in the version, which gives...

**Problem Statement** I have a set of Service Principals. I need to create/delete the secrets as [per this API[(https://docs.databricks.com/api/account/serviceprincipalsecrets/create). The user making this API call should *only* be able to...

## What changes are proposed in this pull request? This PR adds support for the `external_access_enabled` parameter in the Databricks Metastore API to resolve issue #1200. **WHAT:** - Added the...