mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 07:17:38 +00:00
parent
5b63c36ef1
commit
eea4b65b80
@ -227,7 +227,7 @@ public class DataInsightsEntityEnricherProcessor
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Modify Custom Property key
|
// Modify Custom Property key
|
||||||
Optional<Object> oCustomProperties = Optional.ofNullable(entityMap.remove("extension"));
|
Optional<Object> oCustomProperties = Optional.ofNullable(entityMap.get("extension"));
|
||||||
oCustomProperties.ifPresent(
|
oCustomProperties.ifPresent(
|
||||||
o -> entityMap.put(String.format("%sCustomProperty", entityType), o));
|
o -> entityMap.put(String.format("%sCustomProperty", entityType), o));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user