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