From 6b1cc31759d3a427795e3b8a0c52cea072a62b0e Mon Sep 17 00:00:00 2001 From: Girish Jeswani Date: Thu, 30 Jul 2026 16:00:07 -0600 Subject: [PATCH] docs(config): document the Databricks timeoutMs setting Signed-off-by: Girish Jeswani --- src/documentation/setup/config.malloynb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/documentation/setup/config.malloynb b/src/documentation/setup/config.malloynb index c129bf4a..e62ee5c9 100644 --- a/src/documentation/setup/config.malloynb +++ b/src/documentation/setup/config.malloynb @@ -164,6 +164,7 @@ Malloy exposes two parameters that let you choose how a connection participates | `defaultCatalog` | string | Default Unity Catalog name | | `defaultSchema` | string | Default schema name | | `setupSQL` | text | Connection setup SQL ([see below](#setup-sql)) | +| `timeoutMs` | number | Client-side query timeout in ms; the query is cancelled if it runs longer. Defaults to 600000 (10 min); an unset, blank, non-numeric, zero, or negative value falls back to that default. | Authentication: provide either `token` or the `oauthClientId` + `oauthClientSecret` pair.