From bd2f94313c253edb7530244d09e223d5c27d87b9 Mon Sep 17 00:00:00 2001 From: Jan N Rose Date: Tue, 21 Jul 2026 13:40:02 +0200 Subject: [PATCH] Improve auth profile validation timeout handling Updated the timeout for validating auth profiles to 5 seconds per host, preventing stalls on unreachable workspaces. --- .nextchanges/cli/auth-profiles-timeout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nextchanges/cli/auth-profiles-timeout.md b/.nextchanges/cli/auth-profiles-timeout.md index d521b3aaff..4a2092f6a1 100644 --- a/.nextchanges/cli/auth-profiles-timeout.md +++ b/.nextchanges/cli/auth-profiles-timeout.md @@ -1 +1 @@ -* `databricks auth profiles` no longer stalls on an unreachable workspace. Each profile is now validated with a 10s timeout (also applied to the host-metadata fetch in `EnsureResolved`), so a host the SDK would otherwise retry — connection refused, connect/TLS timeout, or a retriable 5xx — can't block the whole listing for the SDK's default ~5-minute retry budget. +* `databricks auth profiles` no longer stalls on an unreachable workspace and instead fails validation after 5 seconds per host ([#5928](https://github.com/databricks/cli/pull/5928)).