Failed rows checks
Use a SodaCL failed rows check to explicitly send sample failed rows to Soda Cloud.
checks for dim_customer:
# Failed rows defined using common table expression
- failed rows:
samples limit: 50
fail condition: total_children = '2' and number_cars_owned >= 3checks for dim_customer:
# Failed rows defined using SQL query
- failed rows:
fail query: |
SELECT DISTINCT geography_key
FROM dim_customer as customerPrerequisites
Define failed rows checks


Optional check configurations
Supported
Configuration
Documentation
Example with check name
Example with alert
Example with quotes
Example with dataset filter
Example with column parameter
Failed rows for large tables
Go further
Last updated
Was this helpful?
