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 lineages
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 lineages
Scope to filter on child asset type
Example
{
"childColumnId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childDashboardFieldId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childDashboardFieldSourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childDashboardSourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"columnSourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"lineageType": "AUTOMATIC",
"parentColumnId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentDashboardFieldId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"withChildAssetType": "TABLE"
}
Member Of
getFieldLineagesquery