From 78e8d360a521c9e207fb28b4da86338d59d518e1 Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:55:13 +0530 Subject: [PATCH] Default App Config to all (#19291) --- .../data/app/SearchIndexingApplication.json | 42 +------------------ .../SearchIndexingApplication.json | 42 +------------------ 2 files changed, 2 insertions(+), 82 deletions(-) diff --git a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json index 015d8f6ede2..debe210dba6 100644 --- a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json @@ -3,47 +3,7 @@ "displayName": "Search Indexing", "appConfiguration": { "entities": [ - "table", - "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" + "all" ], "recreateIndex": false, "batchSize": "100", diff --git a/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json b/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json index 7ec55770148..5f323da477b 100644 --- a/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json +++ b/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json @@ -18,47 +18,7 @@ "supportsInterrupt": true, "appConfiguration": { "entities": [ - "table", - "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" + "all" ], "recreateIndex": false, "batchSize": "100",