All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
json.data.tests.columnValuesToBeUnique.json Maven / Gradle / Ivy
{
"name": "columnValuesToBeUnique",
"fullyQualifiedName": "columnValuesToBeUnique",
"displayName": "Column Values To Be Unique",
"description": "This schema defines the test ColumnValuesToBeUnique. Test the values in a column to be unique. ",
"entityType": "COLUMN",
"testPlatforms": [
"OpenMetadata"
],
"supportedDataTypes": [
"NUMBER",
"TINYINT",
"SMALLINT",
"INT",
"BIGINT",
"BYTEINT",
"BYTES",
"FLOAT",
"DOUBLE",
"DECIMAL",
"NUMERIC",
"TIMESTAMP",
"TIMESTAMPZ",
"TIME",
"DATE",
"DATETIME",
"INTERVAL",
"STRING",
"MEDIUMTEXT",
"TEXT",
"CHAR",
"VARCHAR",
"BOOLEAN",
"BINARY",
"VARBINARY",
"BLOB",
"LONGBLOB",
"MEDIUMBLOB",
"MAP",
"STRUCT",
"UNION",
"SET",
"GEOGRAPHY",
"ENUM",
"UUID",
"VARIANT",
"GEOMETRY",
"POINT",
"POLYGON"
],
"supportsRowLevelPassedFailed": true,
"provider": "system",
"dataQualityDimension": "Uniqueness"
}