mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
Removed unecessary fields from the Es doc (#21792)
This commit is contained in:
parent
74851f8e4d
commit
0a6a1b37d2
@ -417,7 +417,8 @@ public class LineageRepository {
|
||||
lineageData.setPipeline(null);
|
||||
} else {
|
||||
Pair<String, Map<String, Object>> pipelineOrStoredProcedure =
|
||||
getPipelineOrStoredProcedure(pipelineRef, List.of("changeDescription"));
|
||||
getPipelineOrStoredProcedure(
|
||||
pipelineRef, List.of("changeDescription", "incrementalChangeDescription"));
|
||||
lineageData.setPipelineEntityType(pipelineOrStoredProcedure.getLeft());
|
||||
lineageData.setPipeline(pipelineOrStoredProcedure.getRight());
|
||||
}
|
||||
|
@ -54,7 +54,8 @@ public interface SearchIndex {
|
||||
"incrementalChangeDescription",
|
||||
"upstreamLineage.pipeline.changeDescription",
|
||||
"upstreamLineage.pipeline.incrementalChangeDescription",
|
||||
"connection");
|
||||
"connection",
|
||||
"changeSummary");
|
||||
|
||||
public static final SearchClient searchClient = Entity.getSearchRepository().getSearchClient();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user