Function expandLineageGraphNode

  • Returns the expanded node and its edges. Up and downstream nodes are not part of the response, edges are. The id is the root node that lineage is requested for. The QRI of the node to expand is sent as the query parameter "node" for expansion.

    Parameters

    • id: string

      The id (QRI) for the source node.

    • query: { collapse?: boolean; level: "table" | "field"; node: string; up?: number }

      an object with query parameters

      • Optionalcollapse?: boolean

        To collapse internal nodes, set to true, false otherwise.

      • level: "table" | "field"

        The level to expand to.

      • node: string

        The QRI of the node in the upstream graph for expansion.

      • Optionalup?: number

        The number of upstream levels of nodes retrieved to expand. (5 if not provided, -1 means unlimited)

    • Optionaloptions: ApiCallOptions

    Returns Promise<ExpandLineageGraphNodeHttpResponse>

    ExpandLineageGraphNodeHttpError