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.

GetFieldLineagesScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input GetFieldLineagesScope {
childColumnId: String
childDashboardFieldId: String
childDashboardFieldSourceId: String
childDashboardSourceId: String
columnSourceId: String
hasDashboardChild: Boolean
lineageType: LineageType
parentColumnId: String
parentDashboardFieldId: String
withChildAssetType: LineageAssetType
}

Fields

GetFieldLineagesScope.childColumnId ● String scalar general

Scope by child column

GetFieldLineagesScope.childDashboardFieldId ● String scalar general

Scope by child dashboard field

GetFieldLineagesScope.childDashboardFieldSourceId ● String scalar general

Scope by child dashboard field source

GetFieldLineagesScope.childDashboardSourceId ● String scalar general

Scope by child dashboard source

GetFieldLineagesScope.columnSourceId ● String scalar general

Scope by column source (PARENT / CHILD)

GetFieldLineagesScope.hasDashboardChild ● Boolean scalar general

Scope on lineages with a dashboard child

GetFieldLineagesScope.lineageType ● LineageType enum general

Scope on lineages type

GetFieldLineagesScope.parentColumnId ● String scalar general

Scope by parent column

GetFieldLineagesScope.parentDashboardFieldId ● String scalar general

Scope by parent dashboard field

GetFieldLineagesScope.withChildAssetType ● LineageAssetType enum general

Scope to filter on child asset type

Example

Member Of