From 10f2ba28f63334d607cda52bfcb822e8fb6e4574 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:49:18 +0530 Subject: [PATCH] MINOR: Make transient table ingestion enabled by default - snowflake (#23173) (cherry picked from commit f39aadb051486be92834e3b29471c05ba4c0d328) --- .../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 350024dce9c..f27daadb173 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 @@ -90,7 +90,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 }, "includeStreams": { "title": "Include Streams",