All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.tests.columnValuesToBeUnique.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "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"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy