diff --git a/soda/connect-snowflake.md b/soda/connect-snowflake.md index 2391591d..669a322b 100644 --- a/soda/connect-snowflake.md +++ b/soda/connect-snowflake.md @@ -53,7 +53,7 @@ data_source my_datasource_name: | account| required | Provide the unique value that identifies your account. Consider using system variables to retrieve this value securely using, for example, `${SNOWFLAKE_ACCOUNT}`. Note: Account sometimes needs to take the form of `-` or `.`. | | database| required | Provide an idenfier for your database. | | warehouse| required | Provide an identifier for the cluster of resources that is a Snowflake virtual warehouse. See Overview of Warehouses.| -| connection_timeout| required | Set the timeout period in minutes for an inactive login session. | +| connection_timeout| required | Set the timeout period in seconds for an inactive login session. | | role1 | optional | Specify a Snowflake role that has permission to access the `database` and `schema` of your data source. | | client_session_keep_alive | optional | Use this parameter to keep the session active, even with no user activity. Provide a boolean value: `true` or `false`| | authenticator2 | optional | Add an authenticator paramater with value `externalbrowser` to authenticate the connection to your Snowflake data source using any SAML 2.0-compliant identity provider (IdP) such as Okta or OneLogin. |