Function getLineageGraphImpactOverview

  • Returns all RESOURCE level nodes that are impacted by a change in the source node. The number of tables and fields that are impacted for each resource are included as metadata. The id (QRI) can be on any level (FIELD, TABLE or RESOURCE) and the impact will be collected based on the starting QRI.

    Parameters

    • id: string

      The qri for root node.

    • query: { down?: number }

      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)

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetLineageGraphImpactOverviewHttpResponse>

    GetLineageGraphImpactOverviewHttpError