Skip to content

Commit 1db200e

Browse files
docs: add Snowflake pool size config parameters (#310)
Documents poolMin, poolMax, and poolTestOnBorrow on the Snowflake connection type. Companion to malloydata/malloy#2781, which adds these fields to the registered connection properties.
1 parent 245f78f commit 1db200e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/documentation/setup/config.malloynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ Authentication: provide either `token` or the `oauthClientId` + `oauthClientSecr
182182
| `schemaSampleRowLimit` | number | Row limit for variant schema sample (default 1000) |
183183
| `schemaSampleFullScanMaxBytes` | number | Tables at or below this byte size are full-scanned instead of sampled |
184184
| `setupSQL` | text | Connection setup SQL ([see below](#setup-sql)) |
185+
| `poolMin` | number | Minimum pooled connections kept warm (default 1) |
186+
| `poolMax` | number | Maximum pooled connections (default 1) |
187+
| `poolTestOnBorrow` | boolean | Validate each connection when checked out of the pool (default true) |
185188

186189
Snowflake also supports TOML configuration at `~/.snowflake/connections.toml`. See [Snowflake connection configuration](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-connect#connecting-using-the-connections-toml-file) for details.
187190

0 commit comments

Comments
 (0)