AllOk | A boolean criteria that selects records where all boolean classifiers pass (True). |
AnyFailed | A boolean criteria that selects records where at least one boolean classifier fails (False). |
Enrich | An operator that adds the data quality classifier columns to the original table frame. |
Fail | An operator that fails the current transaction if a data quality threshold is met. |
Filter | An operator that filters rows from a table based on data quality criteria. |
InBins | A category criteria that selects records where the value in the specified columns falls into one of the given bins. |
NotInBins | A category criteria that selects records where the value in the specified columns does not fall into any of the given bins. |
PercentThreshold | A threshold based on a percentage of total rows. |
Select | An operator that selects rows based on data quality criteria and writes them to another table. |
Summary | An operator that generates a data quality summary report for a table. |