Skip to content

Last updated: July 22, 2025

List of table level accuracy data quality checks

This is a list of accuracy table data quality checks supported by DQOps and a brief description of what data quality issued they detect.

table-level accuracy checks

Compares the tested table with another (reference) table.

total row count match percent

A table-level check that compares the row count of the current (tested) table with the row count of another table that is referenced. This check ensures that the difference between the row counts is below the maximum accepted percentage of difference. This check runs an SQL query with an INNER JOIN clause to join another (referenced) table that must be defined in the same database.

Data quality check name Friendly name Check type Description Standard
profile_total_row_count_match_percent Maximum percentage of difference in total row count between tables profiling Verifies that the total row count of the tested table matches the total row count of another (reference) table.
daily_total_row_count_match_percent Maximum percentage of difference in total row count between tables monitoring Verifies the total ow count of a tested table and compares it to a row count of a reference table. Stores the most recent captured value for each day when the data quality check was evaluated.
monthly_total_row_count_match_percent Maximum percentage of difference in total row count between tables monitoring Verifies the total row count of a tested table and compares it to a row count of a reference table. Stores the most recent check result for each month when the data quality check was evaluated.