From 01ec18bbda4c279c56c3a404fd5391821d4f3e88 Mon Sep 17 00:00:00 2001 From: cfernhout Date: Thu, 23 Nov 2023 21:23:31 +0100 Subject: [PATCH 1/2] Add .history to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2bc52715..644d7186 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,6 @@ benchmark_*.png # VSCode .vscode + +# History +.history \ No newline at end of file From 61d7652c846dcc0bf57245df00042eb622f83fa5 Mon Sep 17 00:00:00 2001 From: cfernhout Date: Thu, 23 Nov 2023 21:23:59 +0100 Subject: [PATCH 2/2] Fix README link to the correct documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f04dec8..fb422a47 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ More information about the algorithm and performance considerations can be found # Get started ## Validating dbt model changes between dev and prod -⚡ 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! +⚡ Looking to use `data-diff` in dbt development? Head over to [our `data-diff` + `dbt` documentation](https://docs.datafold.com/development_testing/how_it_works) to get started! ## Compare data tables between databases 🔀 To compare data between databases, install `data-diff` with specific database adapters, e.g.: