Skip to content

Commit

Permalink
Merge pull request #4329 from atlanhq/mesh-363-execution
Browse files Browse the repository at this point in the history
MESH-363 : Send notifications after commit
  • Loading branch information
PRATHAM2002-DS authored Mar 1, 2025
2 parents fd1b420 + a07c2dd commit 4527dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public void createLineage(BusinessLineageRequest request) throws AtlasBaseExcept
processProductAssetInputRelation(assetGuid, productGuid, operation, edgeLabel);
}
}
handleEntityMutation(updatedVertices);
commitChanges();
handleEntityMutation(updatedVertices);
} catch (AtlasBaseException | RepositoryException e){
LOG.error("Error while creating lineage", e);
throw e;
Expand Down

0 comments on commit 4527dca

Please sign in to comment.