mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 06:03:12 +00:00
- Fix Reindex (#16347)
This commit is contained in:
parent
25b9576114
commit
1a61a45c41
@ -96,6 +96,7 @@ public class SearchIndexApp extends AbstractNativeApplication {
|
|||||||
ReportData.ReportDataType.RAW_COST_ANALYSIS_REPORT_DATA.value(),
|
ReportData.ReportDataType.RAW_COST_ANALYSIS_REPORT_DATA.value(),
|
||||||
ReportData.ReportDataType.WEB_ANALYTIC_USER_ACTIVITY_REPORT_DATA.value(),
|
ReportData.ReportDataType.WEB_ANALYTIC_USER_ACTIVITY_REPORT_DATA.value(),
|
||||||
ReportData.ReportDataType.WEB_ANALYTIC_ENTITY_VIEW_REPORT_DATA.value(),
|
ReportData.ReportDataType.WEB_ANALYTIC_ENTITY_VIEW_REPORT_DATA.value(),
|
||||||
|
ReportData.ReportDataType.AGGREGATED_COST_ANALYSIS_REPORT_DATA.value(),
|
||||||
"testCaseResolutionStatus");
|
"testCaseResolutionStatus");
|
||||||
private final List<Source> paginatedSources = new ArrayList<>();
|
private final List<Source> paginatedSources = new ArrayList<>();
|
||||||
private Processor entityProcessor;
|
private Processor entityProcessor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user