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** When I'm building PoC of Agent, encountered this error. Model: Mixtral **Reproduction** # Load the Agent agent = AgentWithRetriever() # Example for testing multiple turns of converastion # 1st...

**Description** We are using M2M oauth with a service principal to call our model serving endpoints using the Go SDK. We see the authentication failing with ``` databricks_integration [455.873984ms]: response...

It would be nice to add function similar to [forEachRemaining](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Iterator.html#forEachRemaining(java.util.function.Consumer)) from `java.util.iterator` class. Use case - apply a function for each element, without collecting them into the list...

**Problem Statement** We have multiple issues reported to the Terraform provider (i.e., https://github.com/databricks/terraform-provider-databricks/issues/4113 just as one example) where `default auth: cannot configure default credentials` error is reported because `host` isn't...

**Problem Statement** In the terraform provider, we may need a validation logic that will check that the value is in the list of all possible constants. **Proposed Solution** For all...