From 03f507f5a08527f25c8deeeed7de93606fe4e384 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:01:36 -0600 Subject: [PATCH] "Data tests" instead of "schema tests" --- website/docs/reference/resource-properties/quote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/quote.md b/website/docs/reference/resource-properties/quote.md index 50bf4c08c40..41d6fc29e5d 100644 --- a/website/docs/reference/resource-properties/quote.md +++ b/website/docs/reference/resource-properties/quote.md @@ -130,7 +130,7 @@ select user_group as "group" ``` Without setting `quote: true`: -- Schema tests applied to this column may fail due to invalid SQL +- [Data tests](/docs/build/data-tests) applied to this column may fail due to invalid SQL - Documentation may not render correctly, e.g. `group` and `"group"` may not be matched as the same column name. ## Example