From 42003d7f6dfeb83c8ff3169d6911cc60f5b54545 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:09:37 +1100 Subject: [PATCH] Fix link in README (#743) Fix the link to the renamed macro `generate_surrogate_key` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4d8483..d3a2ee59 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ in isolation. We generally recommend testing this uniqueness condition by either: -- generating a [surrogate_key](#surrogate_key-source) for your model and testing +- generating a [surrogate_key](#generate_surrogate_key-source) for your model and testing the uniqueness of said key, OR - passing the `unique` test a concatenation of the columns (as discussed [here](https://docs.getdbt.com/docs/building-a-dbt-project/testing-and-documentation/testing/#testing-expressions)).