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

Databricks SDK for Go

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

**Description** Calling CLI - databricks serving-endpoints export-metrics test_model_serving returns following error; **Reproduction** databricks serving-endpoints export-metrics test_model_serving **Is it a regression?** Unknown **Debug Logs** ``` Error: unexpected error handling request: invalid...

**Problem Statement** The [QueryEndpoint Input type](https://pkg.go.dev/github.com/databricks/[email protected]/service/serving#QueryEndpointInput) supports a "Stream" boolean value. But if you set it to `true`, you get the following error: `panic: unexpected error handling request: invalid character...

**Description** I had installed databricks cli using winget and issued a personal access token for the service principal . The token worked fine for a day however the next day...

I have devops piepline setup to deploy bundle on Dev and QA env, both have different job. However, QA shows below error but the deployment is successful. Not sure what...

## Changes Added terraform related annotations for aliases ## Tests Added a test. Run `go test -run ^TestNested$ github.com/databricks/databricks-sdk-go/openapi/code` for testing this change. - [ ] `make test` passing -...

**Description** We have a bunch of route optimized model serving endpoints that we query using the go sdk. Route optimized endpints have essentially two hosts, the regular workspace host and...

**Description** I was given the following error message when attempting to validate my DAB. I was able to authenticate. Note that THE ISSUE WENT AWAY AFTER AUTHENTICATING `databricks auth login`....

**Description** No able to list the dashboard via databricks sdk **Reproduction** A minimal code sample demonstrating the bug. ```go ctx = context.Background() dashes, err := w.Dashboards.ListAll(ctx, sql.ListDashboardsRequest{}) if err !=...

## Changes Within Databricks, it is possible to authenticate to a workspace using an account-level OAuth token. However, in the CLI today, OAuth tokens are stored on per-oauth-endpoint basis: one...

## Changes The `ListByZZZ` functions don't use the same pagination as the main functions. By definition, the shortcut functions are generated only if there are required request parameters. Therefore, they...