From f2a7eb5c10ae0910507d6a31189a345917f616bd Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:41:45 -0700 Subject: [PATCH] Replace hyperlink for using a SQL expression in a data test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c8376a..f03d788a 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,7 @@ We generally recommend testing this uniqueness condition by either: - 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)). +- passing the `unique` test a concatenation of the columns (as discussed [here](https://docs.getdbt.com/reference/resource-properties/data-tests#test-an-expression)). However, these approaches can become non-perfomant on large data sets, in which case we recommend using this test instead.