You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
This guide walks you through how to use Recce, whether you're exploring for the first time or expanding to Recce Cloud.
9
+
8
10
Use Recce to validate your dbt changes with clarity and confidence. Recce helps you:
9
11
10
12
- Explore what changed
@@ -22,7 +24,7 @@ pip install -U recce
22
24
recce server
23
25
```
24
26
25
-
Recce use dbt [artifacts](https://docs.getdbt.com/reference/artifacts/dbt-artifacts), which is generated when every invocation. You can find these files in the `target/` folder.
27
+
Recce use dbt [artifacts](https://docs.getdbt.com/reference/artifacts/dbt-artifacts)generated with every invocation. You can find these files in the `target/` folder.
0 commit comments