Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
UpsertLineageInput
Input object expected by the query or mutation
input UpsertLineageInput {
childDashboardId: String
childTableId: String
parentDashboardId: String
parentTableId: String
}
Fields
UpsertLineageInput.childDashboardId ● String scalar general
The id of the children dashboard of the lineage
UpsertLineageInput.childTableId ● String scalar general
The id of the children table of the lineage
UpsertLineageInput.parentDashboardId ● String scalar general
The id of the parent dashboard of the lineage
UpsertLineageInput.parentTableId ● String scalar general
The id of the parent table of the lineage
Example
{
"childDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"childTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentDashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"parentTableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
Member Of
upsertLineagesmutation