New Custom Monitor: Referential Integrity Rules
over 1 year ago
Referential Integrity is a common test to ensure that the values in a field always have corresponding records in another table. For example, make sure that the customer
field in orders
table all have a matching customer
in the customer_fact
table.
You can now set these up through Monte Carlo without needing to write any SQL.