mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-16 05:30:39 +00:00
- Remove Change Description from Lineage (#16488)
This commit is contained in:
parent
ae5e9d61cc
commit
9e5c5529a8
@ -32,7 +32,8 @@ import org.openmetadata.service.util.FullyQualifiedName;
|
||||
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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user