mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 12:07:10 +00:00
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:
parent
76c017a8aa
commit
a237ebf5f8
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user