ATLAS-4802: Atlas 'updateTime' parameter is not updated when business metadata, labels is edited. (2)

Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
chaitali 2024-08-24 14:43:10 +05:30 committed by Pinal Shah
parent 5a65d2d5ff
commit 76f918cfe4
1 changed files with 3 additions and 0 deletions

View File

@ -500,6 +500,7 @@ public class EntityGraphMapper {
}
if (MapUtils.isNotEmpty(updatedBusinessAttributes)) {
updateModificationMetadata(entityVertex);
entityChangeNotifier.onBusinessAttributesUpdated(AtlasGraphUtilsV2.getIdFromVertex(entityVertex), updatedBusinessAttributes);
}
@ -558,6 +559,7 @@ public class EntityGraphMapper {
}
if (MapUtils.isNotEmpty(updatedBusinessAttributes)) {
updateModificationMetadata(entityVertex);
entityChangeNotifier.onBusinessAttributesUpdated(AtlasGraphUtilsV2.getIdFromVertex(entityVertex), updatedBusinessAttributes);
}
@ -601,6 +603,7 @@ public class EntityGraphMapper {
}
if (MapUtils.isNotEmpty(updatedBusinessAttributes)) {
updateModificationMetadata(entityVertex);
entityChangeNotifier.onBusinessAttributesUpdated(AtlasGraphUtilsV2.getIdFromVertex(entityVertex), updatedBusinessAttributes);
}