mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 20:19:31 +00:00
MINOR: DI Missing Dashboard Description Status (#18018)
This commit is contained in:
parent
cb2ef3f559
commit
d83e3a6de8
@ -217,6 +217,8 @@ public class DataInsightsEntityEnricherProcessor
|
||||
.map(column -> CommonUtil.nullOrEmpty(column.getDescription()) ? 0 : 1)
|
||||
.reduce(0, Integer::sum));
|
||||
entityMap.put("hasDescription", CommonUtil.nullOrEmpty(entity.getDescription()) ? 0 : 1);
|
||||
} else {
|
||||
entityMap.put("hasDescription", CommonUtil.nullOrEmpty(entity.getDescription()) ? 0 : 1);
|
||||
}
|
||||
|
||||
// Modify Custom Property key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user