Function expandLineageGraphImpact

  • Returns next-level nodes inside a specified node on an impact analysis graph retrieved using a base node.

    Parameters

    • id: string

      The QRI for base node.

    • query: { down?: number; level: "table" | "field"; node: string }

      an object with query parameters

      • Optionaldown?: number

        The number of downstream resource levels nodes to retrieve. (5 if not provided, -1 means unlimited and 1 means direct lineage)

      • level: "table" | "field"

        The level to get the nodes on.

      • node: string

        The node in the downstream graph to get next-level nodes for. For instance, to get the TABLE level nodes inside a RESOURCE level node, use the RESOURCE level QRI for the node. Similarly, use the TABLE level QRI to get the FIELD level nodes. If a TABLE level QRI is used with level parameter being TABLE, only the RESOURCE level of the node will be taken into consideration.

    • Optionaloptions: ApiCallOptions

    Returns Promise<ExpandLineageGraphImpactHttpResponse>

    ExpandLineageGraphImpactHttpError