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.

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 general

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 general

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 general

Table linked to the quality check.

QualityCheck.createdAt ● Timestamp! non-null scalar general

Date and time the resource was created

Example

{
"column": {
"table": {
"entityEditors": [
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}
],
"externalLinks": [
{}
],
"ownerEntities": [
{
"ownerLabel": {},
"user": {
"ownerEntities": []
}
}
],
"schema": {
"database": {
"warehouse": {}
}
},
"tagEntities": [
{
"tag": {}
}
],
"teamOwnerEntities": [
{
"team": {
"teamOwnerEntities": []
}
}
]
},
"tagEntities": []
}
}

Returned By

Member Of