json.data.tests.columnValuesToMatchRegex.json Maven / Gradle / Ivy
{
"name": "columnValuesToMatchRegex",
"fullyQualifiedName": "columnValuesToMatchRegex",
"displayName": "Column Values To Match Regex Pattern",
"description": "This schema defines the test ColumnValuesToMatchRegex. Test the values in a column to match a given regular expression. ",
"entityType": "COLUMN",
"testPlatforms": ["OpenMetadata"],
"supportedDataTypes": ["BYTES", "STRING", "MEDIUMTEXT", "TEXT", "CHAR", "VARCHAR"],
"parameterDefinition": [
{
"name": "regex",
"displayName": "RegEx Pattern",
"description": "The regular expression the column entries should match. For database without regex support (i.e. MSSQL, AzureSQL) this test will use `LIKE`.",
"dataType": "STRING",
"required": true
}
],
"supportsRowLevelPassedFailed": true,
"provider": "system",
"dataQualityDimension": "Validity"
}