Function getLineageGraphNode

  • Returns lineage graphs 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" | "resource" | "all";
          up?: number;
      }

      an object with query parameters

      • Optionalcollapse?: boolean

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

      • Optionallevel?: "table" | "field" | "resource" | "all"
      • Optionalup?: number
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetLineageGraphNodeHttpResponse>

    GetLineageGraphNodeHttpError