Added
Measure failure rate in Custom SQL & Validation monitors
about 7 hours ago
Validation and Custom SQL monitor runs can now record the total rows evaluated behind each result, alongside the rows that failed.
Six invalid rows means something different when the population is ten rows versus a million. Now both numbers are in the result.
- "Rows evaluated" is available on every validation or custom SQL run in the UI and through the API for programmatic access — gate a pipeline on the failure rate, or roll it into your own reporting.
- A one-time opt-in is required, and Custom SQL monitors require a baseline query.
Learn more here: Validation | Custom SQL | API

