Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
Lineage
Lineage link between your assets
type Lineage {
id: ID!
lineageType: LineageType
refreshedAt: Timestamp
childDashboardId: String
childTableId: String
parentDashboardId: String
parentTableId: String
createdAt: Timestamp
}
Fields
Lineage.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
Lineage.lineageType ● LineageType enum general
The type of the lineage
Lineage.refreshedAt ● Timestamp scalar general
The last date on which this lineage was recomputed
Lineage.childDashboardId ● String scalar general
The id of the child dashboard if it is a dashboard lineage
Lineage.childTableId ● String scalar general
The id of the child table if it is a table lineage
Lineage.parentDashboardId ● String scalar general
The id of the parent dashboard if it is a dashboard lineage
Lineage.parentTableId ● String scalar general
The id of the parent table if it is a table lineage
Lineage.createdAt ● Timestamp scalar general
Date and time the resource was created
Example
Returned By
upsertLineagesmutation
Member Of
GetLineagesOutputobject