From e64846678351e421dd25dce3b64fa0483280ff01 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:20:15 +0530 Subject: [PATCH] #14153: Fix snowflake docs (#14230) --- .../content/v1.2.x/connectors/database/snowflake/yaml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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