diff --git a/openmetadata-docs/content/v1.2.x/connectors/database/snowflake/yaml.md b/openmetadata-docs/content/v1.2.x/connectors/database/snowflake/yaml.md index 9ec9514469a..32253081bc5 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/database/snowflake/yaml.md +++ b/openmetadata-docs/content/v1.2.x/connectors/database/snowflake/yaml.md @@ -168,7 +168,7 @@ This is a sample config for Snowflake: {% codeInfo srNumber=6 %} -**includeTempTables**: Optional configuration for ingestion of TRANSIENT and TEMPORARY tables, By default, it will skip the TRANSIENT and TEMPORARY tables. +**includeTransientTables**: Optional configuration for ingestion of TRANSIENT and TEMPORARY tables, By default, it will skip the TRANSIENT and TEMPORARY tables. {% /codeInfo %} @@ -248,7 +248,7 @@ source: # database: ``` ```yaml {% srNumber=6 %} - includeTempTables: false + includeTransientTables: false ``` ```yaml {% srNumber=39 %} clientSessionKeepAlive: false