Count Exact¶
Check: row-count-exact-check
Purpose: Validates that the dataset contains exactly the expected number of rows. Use this to enforce strict volume contracts, particularly for fixed-size exports, snapshots, or reference datasets.
Typical Use Cases¶
- Validate fixed-size imports where exactly a known number of records is expected.
- Ensure integrity of snapshot-based pipelines with predictable record counts.
- Detect silent load failures or unintended duplications early in the process.