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
This commit is contained in:
Imri Paran 2024-11-07 17:21:27 +01:00 committed by GitHub
parent 76c017a8aa
commit a237ebf5f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {