Skip to content

docs(config): clarify Snowflake timeoutMs semantics - #337

Open
girishjeswani wants to merge 2 commits into
malloydata:mainfrom
girishjeswani:docs/snowflake-timeoutms-semantics
Open

docs(config): clarify Snowflake timeoutMs semantics#337
girishjeswani wants to merge 2 commits into
malloydata:mainfrom
girishjeswani:docs/snowflake-timeoutms-semantics

Conversation

@girishjeswani

@girishjeswani girishjeswani commented Jul 30, 2026

Copy link
Copy Markdown

Companion to malloydata/malloy#3022, which makes the Snowflake connector's
timeoutMs consistent with BigQuery: a configured 0 (or a blank / non-numeric
value) now falls back to the default instead of meaning "wait forever".

This updates the Snowflake timeoutMs row to spell out:

  • the default (600000, 10 min)
  • that it is a per-statement client-side timeout
  • that an unset, blank, non-numeric, zero, or negative value falls back to that default

Per the cross-repo checklist in malloy at
packages/malloy/src/connection/CONTEXT.md.

…k to default)

Document the default (600000, 10 min), that timeoutMs is a per-statement client-side timeout, and that an unset, blank, non-numeric, or 0 value falls back to the default. Matches the connector change in malloydata/malloy#3022.

Signed-off-by: Girish Jeswani <girish@credibledata.com>
Signed-off-by: Girish Jeswani <girish@credibledata.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant