Skip to main content

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 lineages

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

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"lineageType": "AUTOMATIC",
"refreshedAt": 1758555879800,
"childDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"createdAt": 1758555879800
}

Returned By

Member Of