You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ISSUE] {"message":"The service at /oidc/v1/token is temporarily unavailable. Please try again later. [TraceId: -]","error_code":"TEMPORARILY_UNAVAILABLE"}
#1072
Open
AbishekS01 opened this issue
Oct 28, 2024
· 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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: