Skip to content

Commit

Permalink
- Fix Reindex (open-metadata#16347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 authored May 20, 2024
1 parent 25b9576 commit 1a61a45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public class SearchIndexApp extends AbstractNativeApplication {
ReportData.ReportDataType.RAW_COST_ANALYSIS_REPORT_DATA.value(),
ReportData.ReportDataType.WEB_ANALYTIC_USER_ACTIVITY_REPORT_DATA.value(),
ReportData.ReportDataType.WEB_ANALYTIC_ENTITY_VIEW_REPORT_DATA.value(),
ReportData.ReportDataType.AGGREGATED_COST_ANALYSIS_REPORT_DATA.value(),
"testCaseResolutionStatus");
private final List<Source> paginatedSources = new ArrayList<>();
private Processor entityProcessor;
Expand Down

0 comments on commit 1a61a45

Please sign in to comment.