Skip to content

Commit

Permalink
- Remove Change Description from Lineage (#16488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 authored May 31, 2024
1 parent ae5e9d6 commit 9e5c552
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
import org.openmetadata.service.util.JsonUtils;

public interface SearchIndex {
Set<String> DEFAULT_EXCLUDED_FIELDS = Set.of("changeDescription");
Set<String> DEFAULT_EXCLUDED_FIELDS =
Set.of("changeDescription", "lineage.pipeline.changeDescription");

default Map<String, Object> buildSearchIndexDoc() {
Map<String, Object> esDoc = JsonUtils.getMap(getEntity());
Expand Down

0 comments on commit 9e5c552

Please sign in to comment.