diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json index 9c9b416f8ed..695c321c25c 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/snowflakeConnection.json @@ -84,7 +84,7 @@ "title": "Include Transient Tables", "description": "Optional configuration for ingestion of TRANSIENT tables, By default, it will skip the TRANSIENT tables.", "type": "boolean", - "default": false + "default": true }, "clientSessionKeepAlive": { "title": "Client Session Keep Alive",