Interface OpenLineageQueryService


  • public interface OpenLineageQueryService
    • Method Detail

      • lineage

        LineageResponse lineage​(Scope scope,
                                String guid,
                                boolean includeProcesses)
                         throws OpenLineageException
        Retrieve lineage starting from the entity identified by the guid
        Parameters:
        scope - the type of lineage to retrieve
        guid - the guid of the entity from which to start
        includeProcesses -
        Returns:
        the lineage vertices and edges that compose the graph
        Throws:
        OpenLineageException
      • getEntityDetails

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