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

**Problem Statement** The current implementation of the databricks_grants Terraform resource does not support granting the EXTERNAL USE SCHEMA privilege, which is required to manage external access to Unity Catalog schemas....

## What changes are proposed in this pull request? Implementation uses int(...) for defaults in http timeout configuration, which overflows on linux_arm architecture: ``` ../../../../go/pkg/mod/github.com/databricks/[email protected]/httpclient/api_client.go:68:70: constant 30000000000 overflows int ```...

## What changes are proposed in this pull request? This PR addresses an issue where the Databricks authentication process fails when the host URL does not explicitly include the https://...

Directly incorporating external or user-defined input into an OS command exposes the system to possible command injection attacks. This vulnerability allows attackers to execute unauthorized commands on the operating system,...

Error when creating workspace in AWS with terraform. ` INTERNAL_ERROR: Unexpected error: java.sql.SQLDataException: (conn=669117028) Incorrect timestamp value: '2200-12-31 08:00:00'` We are thinking the problem is related to the databricks account...

**Description** passed to llama foundational model a input of a table that had about 260 rows with 3 columns. HTTPError: 500 Server Error: unable to parse response. This is likely...

**Description** When attempting to use the databricks_workspace_conf resource block in Terraform, we are getting an "unable to parse response" error regardless of what config settings we enter. **Reproduction** resource "databricks_workspace_conf"...

Bug
Triaged

**Description** See issues https://github.com/databricks/terraform-provider-databricks/issues/4063 for more details **Reproduction** Account-level provider + sp auth using az cli **Expected behavior** Should work, but now failed with ``` │ Error: cannot read user:...

Bug
Regression
Triaged

**Description** When I ran Terraform Plan, I got following SDK error. **Reproduction** Terraform Plan **Expected behavior** It should list out come of Terraform Plan. **Is it a regression?** I don't...

Bug
Triaged

**Description** I am trying to run simple commands in the CLI like databricks secrets list-scopes and am running into credential errors. **Reproduction** databricks secrets list-scopes **Debug Logs** Error: unexpected error...

Bug
Triaged