mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-24 14:23:27 +00:00
* Fix #8933: Add fixes to initSeedData from 0.12 upgrade * Fix #8933: Add fixes to initSeedData from 0.12 upgrade * Fix #8933: Add fixes to initSeedData from 0.12 upgrade * Fix #8933: Add fixes to initSeedData from 0.12 upgrade
19 lines
698 B
JSON
19 lines
698 B
JSON
{
|
|
"name": "columnValuesToNotMatchRegex",
|
|
"fullyQualifiedName": "columnValuesToNotMatchRegex",
|
|
"displayName": "Column Values To Not Match Regex",
|
|
"description": "This schema defines the test ColumnValuesToNotMatchRegex. Test the values in a column to not match a given regular expression. ",
|
|
"entityType": "COLUMN",
|
|
"testPlatforms": ["OpenMetadata"],
|
|
"supportedDataTypes": ["BYTES", "STRING", "MEDIUMTEXT", "TEXT", "CHAR", "VARCHAR"],
|
|
"parameterDefinition": [
|
|
{
|
|
"name": "forbiddenRegex",
|
|
"displayName": "RegEx Pattern",
|
|
"description": "The regular expression the column entries should not match.",
|
|
"dataType": "STRING",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|