databricks-sdk-go
databricks-sdk-go copied to clipboard
[ISSUE] {"message":"The service at /oidc/v1/token is temporarily unavailable. Please try again later. [TraceId: -]","error_code":"TEMPORARILY_UNAVAILABLE"}
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 error: inner token: Post "https://dbc-xxxxx.cloud.databricks.com/oidc/v1/token": {"message":"The service at /oidc/v1/token is temporarily unavailable. Please try again later.
[TraceId: -]","error_code":"TEMPORARILY_UNAVAILABLE"}
Is it a BUG in the Go SDK, that the GO SDK client doesn't handle these failures if they are temporary?
Go SDK can handle the retries itself (authentication)