Cross checks
Use a SodaCL cross check to compare row counts across datasets in the same, or different, data sources.
checks for dim_customer:
# Check row count between datasets in one data source
- row_count same as dim_department_group
# Check row count between datasets in different data sources
- row_count same as retail_customers in aws_postgres_retailDefine cross checks
checks for dim_customer:
- row_count same as dim_department_groupchecks for dim_customer:
- row_count same as retail_customers in aws_postgres_retailOptional check configurations
Supported
Configuration
Documentation
Example with check name
Example with quotes
Example with dataset filters
Go further
Last updated
Was this helpful?
