Function getLineageGraphNode

  • Returns lineage graphs for requested levels of a source node. The id (QRI) can point to an item on the field, table and resource level.

    Parameters

    • id: string

      The id (QRI) for the source node.

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

      an object with query parameters

      • Optionalcollapse?: boolean

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

      • Optionallevel?: "table" | "field" | "all" | "resource"

        The graph level to retrieve.

      • Optionalup?: number

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

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetLineageGraphNodeHttpResponse>

    GetLineageGraphNodeHttpError