Reference checks
Use a SodaCL reference check to validate that the values in a column in a table are present in a column in a different table.
checks for dim_department_group:
- values in (department_group_name) must exist in dim_employee (department_name)
- values in (birthdate) must not exist in dim_department_group_prod (birthdate)Define reference checks
checks for dim_department_group:
- values in (department_group_name) must exist in dim_employee (department_name)checks for dim_customer_staging:
- values in (birthdate) must not exist in dim_customer_prod (birthdate)Reference checks and dataframes
Failed row samples
Optional check configurations
Supported
Configuration
Documentation
Example with check name
Example with quotes
Example with dataset filter
Go further
Last updated
Was this helpful?
