Skip to content

Commit

Permalink
Merge pull request #2415 from atlanhq/nb/hasLineage
Browse files Browse the repository at this point in the history
Nb/has lineage
  • Loading branch information
nikhilbonte21 authored Oct 20, 2023
2 parents 4b25ddd + 63500ae commit d6d6714
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2494,6 +2494,7 @@ private void repairHasLineageForAsset(AtlasHasLineageRequest request) {

if (!foundActiveRel) {
AtlasGraphUtilsV2.setEncodedProperty(assetVertex, HAS_LINEAGE, false);
LOG.info("repairHasLineage: repairHasLineageForAsset: Repaired {}", request.getAssetGuid());
}
}
}
Expand Down

0 comments on commit d6d6714

Please sign in to comment.