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 general
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 general
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
Member Of
getLineagesquery