LineageNode
A neighbouring node in the DAG (a parent/child/ancestor of some node). dbt Cloud returns a nested-node interface here; we return one concrete summary type carrying the common identifying fields, which covers models/sources/tests/seeds/snapshots uniformly.
object
LineageNodeFields
uniqueId
String!
name
String!
resourceType
String!
filePath
String
description
String
database
String
schema
String
access
String
tags
[String]
Related topics
LineageColumn-Level Lineage DiffColumn Level LineageCustom IntegrationVisualize Data Lineage