Skip to content

Commit

Permalink
Merge pull request #4370 from atlanhq/mesh-363-execution
Browse files Browse the repository at this point in the history
MESH-365 : Execution API for Business Lineage
  • Loading branch information
PRATHAM2002-DS authored Mar 5, 2025
2 parents 1971e56 + 3bbe086 commit 81e6305
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);
}
}
commitChanges();
handleEntityMutation(updatedVertices);
commitChanges();
} catch (AtlasBaseException | RepositoryException e){
LOG.error("Error while creating lineage", e);
throw e;
Expand Down

0 comments on commit 81e6305

Please sign in to comment.