databricks-sdk-go icon indicating copy to clipboard operation
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"}

Open AbishekS01 opened this issue 11 months ago • 0 comments

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)

AbishekS01 avatar Oct 28 '24 11:10 AbishekS01