Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
QualityCheck
Represents a quality test for a table
type QualityCheck {
id: ID!
description: String
externalId: String!
name: String!
ownerEmail: String
result: String
runAt: Timestamp!
source: String!
status: QualityStatus!
url: String
columnId: String
column: Column
tableId: String!
table: Table!
createdAt: Timestamp!
}
Fields
QualityCheck.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
QualityCheck.description ● String scalar general
Quality check description
QualityCheck.externalId ● String! non-null scalar general
The technical quality check identifier
QualityCheck.name ● String! non-null scalar general
Quality check name
QualityCheck.ownerEmail ● String scalar general
Email of the owner of the quality check
QualityCheck.result ● String scalar general
Result is different from the status, it can contain information on why the test failed
QualityCheck.runAt ● Timestamp! non-null scalar general
Time at which the quality check ran
QualityCheck.source ● String! non-null scalar general
Source that ran the quality check
QualityCheck.status ● QualityStatus! non-null enum data-quality
Status of the quality check
QualityCheck.url ● String scalar general
Url of the quality check
QualityCheck.columnId ● String scalar general
Column id linked to the quality check.
QualityCheck.column ● Column object columns
Column linked to the quality check.
QualityCheck.tableId ● String! non-null scalar general
Table id linked to the quality check.
QualityCheck.table ● Table! non-null object tables
Table linked to the quality check.
QualityCheck.createdAt ● Timestamp! non-null scalar general
Date and time the resource was created
Example
{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"description": "Test duplication on fct_customer_satisfaction_rich table",
"externalId": "test_duplication_on_fct_customer_satisfaction_rich",
"name": "Test duplication",
"ownerEmail": "john.doe@example.com",
"result": "The test went well.",
"runAt": 1758555879800,
"source": "talend",
"status": "SUCCESS",
"url": "https://example.com/quality-check",
"columnId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"column": {
"dataType": "STRING",
"descriptionRaw": "Contains customer email",
"externalDescription": "Contains customer email",
"externalDescriptionSource": "COALESCE",
"isDescriptionGenerated": false,
"isNullable": true,
"isPii": false,
"isPrimaryKey": true,
"sourceOrder": 0,
"accountId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"databaseId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"describedByColumnId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"schemaId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"table": {
"deprecatedAt": 1758555879800,
"descriptionStateLexical": {
"root": {
"children": [
{
"type": "paragraph",
"version": 1
}
],
"direction": null,
"format": "",
"indent": 0,
"type": "root",
"version": 1
}
},
"lastQueriedAt": 1758555879800,
"lastRefreshedAt": 1758555879800,
"numberOfQueries": 100,
"popularity": 80,
"slug": "c-customers-table",
"tableSize": 32,
"tableType": "TABLE",
"transformationSource": "COALESCE",
"verifiedAt": 1758555879800,
"deprecatedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityEditors": [
{
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUser": {
"avatarUrl": "https://example.com/avatar.png",
"email": "john.doe@example.com",
"unifiedId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedUser": {
"role": "CONTRIBUTOR",
"teamIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"userId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"createdAt": 1758555879800
},
"deletedAt": 1758555879800,
"updatedAt": 1758555879800
},
"termId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"refreshedAt": 1758555879800
}
],
"externalLinks": [
{
"technology": "GITLAB"
}
],
"lastDescribedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerEntities": [
{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerLabel": {
"label": "Data Steward"
},
"user": {
"firstName": "John",
"lastName": "Doe",
"ownerEntities": [],
"fullName": "John Doe"
}
}
],
"schema": {
"isHidden": false,
"database": {
"warehouse": {
"origin": "EXTRACTION",
"type": "COMMUNICATION"
}
}
},
"tagEntities": [
{
"tagId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tag": {
"color": "ALERT_COLOR",
"linkedTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
}
],
"teamOwnerEntities": [
{
"teamId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"team": {
"slackChannel": "#emea-sales",
"slackGroup": "@emea-sales",
"teamOwnerEntities": []
}
}
],
"verifiedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"isDeprecated": false,
"isVerified": false
},
"tagEntities": []
}
}
Returned By
upsertDataQualitiesmutation
Member Of
GetQualityChecksOutputobject