Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetLineagesScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetLineagesScope {
childDashboardId: String
childSourceId: String
childTableId: String
lineageIds: [String!]
lineageType: LineageType
parentDashboardId: String
parentSourceId: String
parentTableId: String
withChildAssetType: LineageAssetType
withDeleted: Boolean
withHidden: Boolean
}
Fields
GetLineagesScope.childDashboardId ● String scalar general
Scope by child dashboard ID
GetLineagesScope.childSourceId ● String scalar general
Scope by child source ID
GetLineagesScope.childTableId ● String scalar general
Scope by child table ID
GetLineagesScope.lineageIds ● [String!] list scalar general
Scope by multiple lineage IDs
GetLineagesScope.lineageType ● LineageType enum lineages
Scope by lineage type
GetLineagesScope.parentDashboardId ● String scalar general
Scope by parent dashboard ID
GetLineagesScope.parentSourceId ● String scalar general
Scope by parent source ID
GetLineagesScope.parentTableId ● String scalar general
Scope by parent table ID
GetLineagesScope.withChildAssetType ● LineageAssetType enum lineages
Scope by the type of the child asset
GetLineagesScope.withDeleted ● Boolean scalar general
Scope by withDeleted, whether to include deleted assets
GetLineagesScope.withHidden ● Boolean scalar general
Scope by withHidden, whether to include hidden assets
Example
{
"childDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childSourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"lineageIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"lineageType": "AUTOMATIC",
"parentDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentSourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"withChildAssetType": "TABLE",
"withDeleted": false,
"withHidden": false
}
Member Of
getLineagesquery