Add a Check¶
Navigate to the Alation Data Quality application or catalog table page and click Add Monitor.
In the Scan Assets section, choose the data source or BI report for scanning. For more information, see Add a Monitor.
In the Select Checks section:
To apply checks on the entire table, click Add Table Check.
Expand each table attribute and click Add Check.
Choose a category type to apply checks:
To add accuracy checks, see information in Accuracy Checks.
To add completeness checks, see information in Completeness Checks.
To add consistency checks, see information in Consistency Checks.
To add uniqueness checks, see information in Uniqueness Checks.
To add validity checks, see information in Validity Checks.
To add timeliness checks, see information in Timeliness Checks.
To add custom checks, see information in Custom Checks.
(Optional) To filter rows with a specific value to compare against a column, click Add Filters to select a column and add a comparative operator and a corresponding value. This helps find rows that match the filter, then executes the check on those rows. For example, you may wish to use a filter to support a use case in which
Column A must be filled in for all rows that have value B in column C
. For more information, see Understanding Row-Level Filtering.Select from available table columns.
Select from available comparison operators:
Basic:
=
,!=
,<
,>
,<=
,>=
.List:
IN
,NOT IN
.Pattern:
LIKE
,NOT LIKE
.Note
The pattern-based filters
LIKE
andNOT LIKE
are not supported in this release.Null:
IS NULL
,IS NOT NULL
.
Enter filter values or value lists.
Use
AND
/OR
operators for multiple conditions.Test and validate filter logic before applying to checks.
Click Save.