From 14a473e5d3d9536f24fce6f309816865052e8f8c Mon Sep 17 00:00:00 2001 From: IceS2 Date: Mon, 19 Aug 2024 14:18:45 +0200 Subject: [PATCH] Make Transient table ingestion On by default (#17484) --- .../services/connections/database/snowflakeConnection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",