5 Minute Tutorial
Jaffle Shop is an example project officially provided by dbt-labs. This document uses jaffle_shop_duckdb to enable you to start using recce locally from scratch within five minutes.
- Clone the “Jaffle Shop” dbt data project
- Prepare virtual env
- Installation
- Provide additional environment to compare. Edit
./profiles.yml
to add one more target. - Prepare production environment
- Prepare development environment. First, edit an existing model
./models/staging/stg_payments.sql
. run on development environment. - Run the recce server Open the link http://0.0.0.0:8000, you can see the lineage diff
- Switch to the Query tab, run this query
Click the
Run Diff
or pressCmd + Shift + Enter
Click on the 🔑 icon next to theorder_id
column to compare records that are uniquely identified by theirorder_id
. - Click the
+
to add the query result to checklist