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?

siva-anantha
Contributor

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.