You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
| `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) |
185
188
186
189
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.
0 commit comments