Function createLineageGraphNodeOverview

  • Returns the first generation upstream direct lineage. For each field QRI, will find any direct linege dataset or application.

    Parameters

    • id: string

      The qri for root node.

    • query: { collapse?: boolean; up?: number }

      an object with query parameters

      • Optionalcollapse?: boolean

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

      • Optionalup?: number

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

    • body: Qris

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<CreateLineageGraphNodeOverviewHttpResponse>

    CreateLineageGraphNodeOverviewHttpError