mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
(cherry picked from commit eea4b65b801e2c0c06e9b17e81e16a519953d9ab)
This commit is contained in:
parent
a47e3f8872
commit
7457c93b96
@ -227,7 +227,7 @@ public class DataInsightsEntityEnricherProcessor
|
||||
}
|
||||
|
||||
// Modify Custom Property key
|
||||
Optional<Object> oCustomProperties = Optional.ofNullable(entityMap.remove("extension"));
|
||||
Optional<Object> oCustomProperties = Optional.ofNullable(entityMap.get("extension"));
|
||||
oCustomProperties.ifPresent(
|
||||
o -> entityMap.put(String.format("%sCustomProperty", entityType), o));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user