Skip to content

Commit

Permalink
Update timestamp and updated by on delete entity operation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
krsoninikhil committed Jan 17, 2025
1 parent 974c50f commit 49f8eae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,8 @@ private EntityMutationResponse deleteVertices(Collection<AtlasVertex> deletionCa

MetricRecorder metric = RequestContext.get().startMetricRecord("filterCategoryVertices");
for (AtlasVertex vertex : deletionCandidates) {
updateModificationMetadata(vertex);

String typeName = getTypeName(vertex);

List<PreProcessor> preProcessors = getPreProcessor(typeName);
Expand Down

0 comments on commit 49f8eae

Please sign in to comment.