databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
**Description** C:\Users\hhofstaedter>databricks fs cp dbfs:/FileStore/df/commands2_advation_2024-04-21_05-23.csv . 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...
Description: I encountered 21 failures while trying to install UCX from my local Windows machine using PowerShell. The errors include AstroidSyntaxError, BadRequest, and Invalid request path. These issues seem to...
**Description** Attempting to create an Asset Bundle to deploy, fails on bundle validation. Error: unable to parse response. This is likely a bug in the Databricks SDK for Go or...
## Changes This PR updates the contributing guidelines to include the DCO (Developer Certificate of Origin) that external contributors must sign-off to contribute. ## Tests N/A
**Description** Databricks CLI workspaces doesn't work **Reproduction** databricks account workspaces list Error: unexpected error handling request: invalid character '
**Description** Command for creating obo token returns error **Reproduction** databricks token-management create-obo-token {service_principal_id} Using workspace profile: prod **Expected behavior** I expect a token from the referenced service principal. **Is it...
## Changes ## Tests - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
**Description** Creating files/paths containing special characters leads to wrong service-side filenames. **Reproduction** See https://github.com/databricks/terraform-provider-databricks/issues/4039 **Expected behavior** Special characters should properly be forwarded as supported by the platform **Is it a...
**Problem Statement** Proxy support in CLI and go sdk is limited to proxies that does not require authentication. Many customer environments require either basic or spnego(kerberos) auth for proxies **Proposed...