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
Member Of
upsertLineagesmutation