#14153: Fix snowflake docs (#14230)

This commit is contained in:
Mayur Singal 2023-12-05 12:20:15 +05:30 committed by GitHub
parent 2f4618b372
commit e648466783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: <database>
```
```yaml {% srNumber=6 %}
includeTempTables: false
includeTransientTables: false
```
```yaml {% srNumber=39 %}
clientSessionKeepAlive: false