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

Code to list all models in a metastore: ``` models, err := ic.workspaceClient.RegisteredModels.ListAll(ctx, catalog.ListRegisteredModelsRequest{}) ``` is failing with the following error: ``` If no catalog or schema is set, maxResults...

This PR maps `FEATURE_DISABLED` error code

**Description** Calling `databricks bundles init` returns the following error: Error: failed to compute file content for {{.project_name}}/databricks.yml.tmpl. template: :35:31: executing "" at : error calling user_name: unexpected error handling request:...

Tested on current Terraform trunk. The documentation for `aim.ListUsersRequest` says (Go SDK as well): ``` // Desired number of results per page. Count int64 `json:"-" url:"count,omitempty"` ``` But it's treated...

**Description** Configure existing databricks workspace with standard deployment public_network_access_enabled = false network_security_group_rules_required = "NoAzureDatabricksRules" return error can not read sql endpoint: unexpected error handling request: invalid character '

**Description** Bug faced when using `databricks_grants` resource using databricks terraform provider. ```Error: cannot create grants: unexpected error handling request: invalid character '

## Changes - added `const` support - added`noConst` field slice filters to facilitate `{{- range .NonRequiredFields | alphanumOnly | noConst}}` - most likely we don't need it, as we should...

It doesn't seem we're doing any sleeping upon receiving of this header. Keep in mind, that it may appear not only on 429 and 504 responses.

## Changes To simplify changes to the code generator, as well as to enable us to take additional dependencies in the code generator without adding to the Go SDK, we're...

do-not-merge

**Description** Not able to create Databricks workspace using terraform in GCP Databricks. **Reproduction** ``` provider "databricks" { alias = "accounts" host = var.databricks_account_url account_id = var.databricks_account_id google_service_account = var.google_service_account_email }...