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

Commit 38980f4

Browse files
clarify getting started for dbt vs xdb (#678)
* clarify getting started for dbt vs xdb * fix link * add emoji and XDB intro clause * Update README.md Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com> * Update README.md Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com> --------- Co-authored-by: Sung Won Chung <sungwonchung3@gmail.com>
1 parent be5256c commit 38980f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ More information about the algorithm and performance considerations can be found
7171

7272
# Get started
7373

74-
Install `data-diff` with specific database adapters, e.g.:
74+
## Validating dbt model changes between dev and prod
75+
⚡ Looking to use `data-diff` in dbt development? Head over to [our `data-diff` + `dbt` documentation](https://docs.datafold.com/development_testing/open_source/) to get started!
76+
77+
## Compare data tables between databases
78+
🔀 To compare data between databases, install `data-diff` with specific database adapters, e.g.:
7579

7680
```
7781
pip install data-diff 'data-diff[postgresql,snowflake]' -U

0 commit comments

Comments
 (0)