databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
databricks clusters list -p profile_edap_dev_dbx Error: unexpected error handling request: json: cannot unmarshal number into Go struct field APIErrorBody.error_code of type string. This is likely a bug in the Databricks...
* MALFORMED_REQUEST: Cannot parse request body:*Description** A clear and concise description of what the bug is. **Reproduction** A minimal code sample demonstrating the bug. **Expected behavior** A clear and concise...
**Description** I am trying to create my first asset bundle. I am operating in git bash in my feature branch. I executed databricks bundle init default-python and got a failure...
**Description** terraform provider v1.59 is failing to query instance pools using data block. pools are created successfully however data lookup fails. **Reproduction** data "databricks_instance_pool" "instance_pool_name" { name = var.instance_pool_name }...
**Description** databricks auth through databricks cli didnt work , v 0.218.0 **Reproduction** Error: oidc: fetch .well-known: unexpected error handling request: invalid character '
### **Problem Statement** Same issue as https://github.com/databricks/terraform-provider-databricks/issues/1206 Support Azure RBAC on key vaults. My understanding is that the current solution automatically creates an azure key vault access policy and grants...
**Description** I am trying to deploy workflows using the CLI command Databricks bundle deploy and am getting a error as shown in the attached **Reproduction** This is the code I...
**Description** Can't deploy workspace to new govcloud account using the terraform-terraform-rsa **Reproduction** Using the terraform-databricks-rsa module; fails on creating the workspace. **Expected behavior** expected the workspace to be created without...
**Description** When trying to use `databricks_mws_customer_managed_keys` with a keyring that has either a `global` or `europe` as location I get an error that the region isn't supported **Reproduction** ```hcl provider...
Description The Databricks SDK raises a 500 Server Error when calling embed_documents on the DatabricksEmbeddings class. This error occurs because the SDK uses the field "input" in the JSON payload,...