From a237ebf5f807f98b313a09495d4827db8dabb6a2 Mon Sep 17 00:00:00 2001 From: Imri Paran Date: Thu, 7 Nov 2024 17:21:27 +0100 Subject: [PATCH] fix(profiler): disable view by default (#18478) profiling views is considered advanced configuration and should only be enabled explicitly by users who have a specific requirement for this feature. https://docs.open-metadata.org/latest/how-to-guides/data-quality-observability/profiler/workflow#1.-profile-what-you-need --- .../metadataIngestion/databaseServiceProfilerPipeline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/databaseServiceProfilerPipeline.json b/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/databaseServiceProfilerPipeline.json index 217215980f3..df3a21e2e53 100644 --- a/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/databaseServiceProfilerPipeline.json +++ b/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/databaseServiceProfilerPipeline.json @@ -36,7 +36,7 @@ "includeViews": { "description": "Optional configuration to turn off fetching metadata for views.", "type": "boolean", - "default": true, + "default": false, "title": "Include Views" }, "useFqnForFiltering": {