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.

QualityCheckInput

Quality check identifier

input QualityCheckInput {
externalId: String!
tableId: String!
}

Fields

QualityCheckInput.externalId ● String! non-null scalar general

The technical quality check identifier

QualityCheckInput.tableId ● String! non-null scalar general

Table id the target quality check is linked to

Example

{
"externalId": "test_duplication_on_fct_customer_satisfaction_rich",
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of