Class OpenLineageHandler


  • public class OpenLineageHandler
    extends Object
    • Method Detail

      • lineage

        public LineageResponse lineage​(Scope scope,
                                       String guid,
                                       boolean includeProcesses)
                                throws OpenLineageException
        Returns a lineage subgraph.
        Parameters:
        scope - source-and-destination, end-to-end, ultimate-source, ultimate-destination, glossary.
        guid - The guid of the node of which the lineage is queried from.
        includeProcesses -
        Returns:
        A subgraph containing all relevant paths, in graphSON format.
        Throws:
        OpenLineageException
      • getEntityDetails

        public LineageVertexResponse getEntityDetails​(String guid)
        Gets entity details.
        Parameters:
        guid - the guid
        Returns:
        the entity details