MINOR: Make transient table ingestion enabled by default - snowflake (#23173)

(cherry picked from commit f39aadb051486be92834e3b29471c05ba4c0d328)
This commit is contained in:
Mayur Singal 2025-09-02 12:49:18 +05:30 committed by OpenMetadata Release Bot
parent 9303602dfc
commit 10f2ba28f6

View File

@ -90,7 +90,7 @@
"title": "Include Transient Tables", "title": "Include Transient Tables",
"description": "Optional configuration for ingestion of TRANSIENT tables, By default, it will skip the TRANSIENT tables.", "description": "Optional configuration for ingestion of TRANSIENT tables, By default, it will skip the TRANSIENT tables.",
"type": "boolean", "type": "boolean",
"default": false "default": true
}, },
"includeStreams": { "includeStreams": {
"title": "Include Streams", "title": "Include Streams",