mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 04:41:02 +00:00
Default App Config to all (#19291)
This commit is contained in:
parent
1360498ff6
commit
78e8d360a5
@ -3,47 +3,7 @@
|
|||||||
"displayName": "Search Indexing",
|
"displayName": "Search Indexing",
|
||||||
"appConfiguration": {
|
"appConfiguration": {
|
||||||
"entities": [
|
"entities": [
|
||||||
"table",
|
"all"
|
||||||
"dashboard",
|
|
||||||
"topic",
|
|
||||||
"pipeline",
|
|
||||||
"ingestionPipeline",
|
|
||||||
"searchIndex",
|
|
||||||
"user",
|
|
||||||
"team",
|
|
||||||
"glossary",
|
|
||||||
"glossaryTerm",
|
|
||||||
"mlmodel",
|
|
||||||
"tag",
|
|
||||||
"classification",
|
|
||||||
"query",
|
|
||||||
"container",
|
|
||||||
"database",
|
|
||||||
"databaseSchema",
|
|
||||||
"testCase",
|
|
||||||
"testSuite",
|
|
||||||
"chart",
|
|
||||||
"dashboardDataModel",
|
|
||||||
"databaseService",
|
|
||||||
"messagingService",
|
|
||||||
"dashboardService",
|
|
||||||
"pipelineService",
|
|
||||||
"mlmodelService",
|
|
||||||
"storageService",
|
|
||||||
"metadataService",
|
|
||||||
"searchService",
|
|
||||||
"entityReportData",
|
|
||||||
"webAnalyticEntityViewReportData",
|
|
||||||
"webAnalyticUserActivityReportData",
|
|
||||||
"domain",
|
|
||||||
"storedProcedure",
|
|
||||||
"dataProduct",
|
|
||||||
"testCaseResolutionStatus",
|
|
||||||
"testCaseResult",
|
|
||||||
"apiService",
|
|
||||||
"apiEndpoint",
|
|
||||||
"apiCollection",
|
|
||||||
"metric"
|
|
||||||
],
|
],
|
||||||
"recreateIndex": false,
|
"recreateIndex": false,
|
||||||
"batchSize": "100",
|
"batchSize": "100",
|
||||||
|
@ -18,47 +18,7 @@
|
|||||||
"supportsInterrupt": true,
|
"supportsInterrupt": true,
|
||||||
"appConfiguration": {
|
"appConfiguration": {
|
||||||
"entities": [
|
"entities": [
|
||||||
"table",
|
"all"
|
||||||
"dashboard",
|
|
||||||
"topic",
|
|
||||||
"pipeline",
|
|
||||||
"ingestionPipeline",
|
|
||||||
"searchIndex",
|
|
||||||
"user",
|
|
||||||
"team",
|
|
||||||
"glossary",
|
|
||||||
"glossaryTerm",
|
|
||||||
"mlmodel",
|
|
||||||
"tag",
|
|
||||||
"classification",
|
|
||||||
"query",
|
|
||||||
"container",
|
|
||||||
"database",
|
|
||||||
"databaseSchema",
|
|
||||||
"testCase",
|
|
||||||
"testSuite",
|
|
||||||
"chart",
|
|
||||||
"dashboardDataModel",
|
|
||||||
"databaseService",
|
|
||||||
"messagingService",
|
|
||||||
"dashboardService",
|
|
||||||
"pipelineService",
|
|
||||||
"mlmodelService",
|
|
||||||
"storageService",
|
|
||||||
"metadataService",
|
|
||||||
"searchService",
|
|
||||||
"entityReportData",
|
|
||||||
"webAnalyticEntityViewReportData",
|
|
||||||
"webAnalyticUserActivityReportData",
|
|
||||||
"domain",
|
|
||||||
"storedProcedure",
|
|
||||||
"dataProduct",
|
|
||||||
"testCaseResolutionStatus",
|
|
||||||
"testCaseResult",
|
|
||||||
"apiService",
|
|
||||||
"apiEndpoint",
|
|
||||||
"apiCollection",
|
|
||||||
"metric"
|
|
||||||
],
|
],
|
||||||
"recreateIndex": false,
|
"recreateIndex": false,
|
||||||
"batchSize": "100",
|
"batchSize": "100",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user