mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
Remove sampleData and changeDescription from Data Insights documents (#17332)
This commit is contained in:
parent
f7a7529461
commit
9fcc8794a5
@ -187,6 +187,11 @@ public class DataInsightsEntityEnricherProcessor
|
||||
entityMap.put("hasDescription", CommonUtil.nullOrEmpty(entity.getDescription()) ? 0 : 1);
|
||||
}
|
||||
|
||||
// Remove 'changeDescription' field
|
||||
entityMap.remove("changeDescription");
|
||||
// Remove 'sampleData'
|
||||
entityMap.remove("sampleData");
|
||||
|
||||
return entityMap;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user