Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 047a19a

Browse files
committed
modify for users who see get started from Recce Cloud hompage
1 parent 7a855fa commit 047a19a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/docs/get-started.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ icon: material/rocket-launch-outline
55

66
# Getting started
77

8+
This guide walks you through how to use Recce, whether you're exploring for the first time or expanding to Recce Cloud.
9+
810
Use Recce to validate your dbt changes with clarity and confidence. Recce helps you:
911

1012
- Explore what changed
@@ -22,7 +24,7 @@ pip install -U recce
2224
recce server
2325
```
2426

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.
2628

2729
| artifacts | dbt command |
2830
| ------------- | ---------------------------------- |
@@ -50,11 +52,11 @@ Not all data changes are obviously right or wrong. Comparing metrics before and
5052

5153
When you configure two dbt environments (e.g. prod and dev schemas), Recce lets you:
5254

53-
- Explore modified models and downstream impact
55+
- **Explore** modified models and downstream impact
5456

55-
- Validate changes via diffs or custom queries
57+
- **Validate** changes via diffs or custom queries
5658

57-
- Add validation results to checklists for review and alignment
59+
- Add validation results to **Checklists** for review and alignment
5860

5961

6062
### How to setup two environments
@@ -107,9 +109,9 @@ dbt docs generate
107109
```
108110

109111
## Share to collaborate
110-
With Recce Cloud, you can share your validation view with stakeholders, no screenshots or pasted images needed.
112+
If you’ve followed the steps above and are ready to share your checklist with others, Recce Cloud makes it easy.
111113

112-
Just one link to share:
114+
Just one link gives full context:
113115

114116
- Lineage
115117

0 commit comments

Comments
 (0)