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 17, 2024. It is now read-only.
* 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>
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,11 @@ More information about the algorithm and performance considerations can be found
71
71
72
72
# Get started
73
73
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.:
0 commit comments