mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 08:52:38 +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);
|
entityMap.put("hasDescription", CommonUtil.nullOrEmpty(entity.getDescription()) ? 0 : 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove 'changeDescription' field
|
||||||
|
entityMap.remove("changeDescription");
|
||||||
|
// Remove 'sampleData'
|
||||||
|
entityMap.remove("sampleData");
|
||||||
|
|
||||||
return entityMap;
|
return entityMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user