Add Validity Checks¶
In the Select Checks section while adding a monitor, select the Validity option as check category.
Select the column you intend to validate.
Choose a validation method:
Invalid Count: Determines the number of values that do not meet the validation criteria.
Invalid Percentage: Calculates the proportion of values failing validation.
Configure parameters for format and value:
For format validations, specify the regular expression pattern.
For value validations, define the set of permitted values.
Set the comparison operator (usually
=
for count checks, or<=
for percentage checks) and threshold (typically0
for counts or a small percentage).Customize the message that appears when the check fails.
Click Add Config to further customize the check.
Select a property:
Invalid Format
: Validates against the defined invalid format.Invalid Regex
: Validates against the defined invalid regex pattern.Invalid Values
: Validates against the defined invalid values.Valid Format
: Validates against a format.Valid Length
: Validates against a defined length.Valid Max Length
: Validates against a maximum defined length.Valid Min Length
: Validates against a minimum defined length.Valid Regex
: Validates against a regex pattern.Valid Values
: Validates against a list of allowed values.
Click Save.