Recce Online Demo
Try Recce
without installing using this online demo.
The demo showcases a pull request that fixes the customer_lifetime_value
calculation in dbt's Jaffle Shop project to only included completed orders.
Examples
Some example validation checks you might create include:
Value Diff
Run a Value Diff to check the percentage match of the customer_lifetime_value
column between production and the development branch.
Profile Diff
Check the Profile Diff of the customers table to see how the customer_lifetime_value
has been impacted.
Query Diff
Run a Query Diff to compare the the actual values in prod and dev.