Skip to main content

Get a lineage graph

Get a lineage graph

Query Parameters
    nodeId string required

    The ID of the node. A node can either be a dataset node, a dataset field node or a job node. The format of nodeId for dataset is dataset:<namespace_of_dataset>:<name_of_the_dataset>, for dataset field is datasetField:<namespace_of_dataset>:<name_of_the_dataset>:<name_of_field>, and for job is job:<namespace_of_the_job>:<name_of_the_job>.

    depth integer

    Default value: 20

    Depth of lineage graph to create.

Responses

OK


Schema
    graph object[]
  • Array [
  • id string

    The ID of the node.

    type NodeType

    Possible values: [JOB, DATASET]

    The type of the diff node.

    data object

    The data of the node.

    oneOf

    object

    The data of the node.

    inEdges object[]

    The in edges of the node.

  • Array [
  • origin string

    The ID of the origin node.

    destination string

    The ID of the destination node.

  • ]
  • outEdges object[]

    The out edges of the node.

  • Array [
  • origin string

    The ID of the origin node.

    destination string

    The ID of the destination node.

  • ]
  • ]
Loading...