cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Authentication Temporarily Unavailable

murtadha_s
New Contributor

This has happened alot in the previous weeks although both azure and Databricks showed no issues at the time the error was recieved by both Databricks python SDK and Java SDK, now I started creating a retry mechnaism to retry those errors selectively.
now, shouldn't such errors be handled directly through the SDKs code?

1 REPLY 1

siva-anantha
New Contributor III

My PoV please, 

We use Databricks REST API; and we have faced 401 or Azure Front door related auth issues. Like you said, we use retry mechanism. Runtime errors are recorded and retry attempts are made if the tasks are idempotent; otherwise user intervention is required. 

We plan not to remove this retry process irrespective of Azure/Databricks sporadic issues are fixed at their side.