For each
Use a SodaCL for each check to specify a list of checks you wish to execute on a multiple datasets.
for each dataset T:
datasets:
- dim_products%
- fact%
- exclude fact_survey_response
checks:
- row_count > 0Define a for each configuration
for each dataset T:
datasets:
# include the dataset
- dim_customers
# include all datasets matching the wildcard expression
- dim_products%
# (optional) explicitly add the word include to make the list more readable
- include dim_employee
# exclude a specific dataset
- exclude fact_survey_response
# exclude any datasets matching the wildcard expression
- exclude prospective_%
checks:
- row_count > 0Limitations and specifics for for each
Optional check configurations
Supported
Configuration
Documentation
Example with check name
Example with alert configuration
Example with in-check filter
Example with wildcard
Add a dynamic name to for each checks
For each results in Soda Cloud

Go further
Last updated
Was this helpful?
