Interface AssetLineageInterface

All Known Implementing Classes:
AssetLineage

public interface AssetLineageInterface
The Asset Lineage OMAS provides services to query the lineage of business terms and data assets.
  • Method Summary

    Modifier and Type
    Method
    Description
    publishAssetContext(String userId, String guid, String entityType)
    Publishes the asset context of an entity - used for data files and relational tables.
    publishEntities(String serverName, String userId, String entityType, Optional<Date> updatedAfterDate)
    Scan the cohort based on the given entity type and publish the contexts for the found entities to the out topic Returns a list that contains entities GUID that were published out.