Skip to content

Commit

Permalink
Did some mahjor changes regarding generalisation of the task and fixe…
Browse files Browse the repository at this point in the history
…d a small bug for the direction of Product<>Asset Lineage
  • Loading branch information
hr2904 committed Aug 21, 2024
1 parent 442996d commit 09c35ea
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ public interface AtlasLineageService {
* @param lineageOnDemandRequest lineage on demand request object
* @return AtlasLineageInfo
*/
AtlasLineageOnDemandInfo getAtlasLineageInfo(String entityGuid, LineageOnDemandRequest lineageOnDemandRequest, String lineageType) throws AtlasBaseException;
AtlasLineageOnDemandInfo getAtlasLineageInfo(String entityGuid, LineageOnDemandRequest lineageOnDemandRequest) throws AtlasBaseException;

/**
* @param entityGuid unique ID of the entity
* @param lineageListRequest lineage list request object
* @return AtlasLineageListInfo
*/
AtlasLineageListInfo getLineageListInfoOnDemand(String entityGuid, LineageListRequest lineageListRequest, String lineageType) throws AtlasBaseException;
AtlasLineageListInfo getLineageListInfoOnDemand(String entityGuid, LineageListRequest lineageListRequest) throws AtlasBaseException;

}
Loading

0 comments on commit 09c35ea

Please sign in to comment.