Skip to content

Commit

Permalink
"Data tests" instead of "schema tests" (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 20, 2024
2 parents 40638f0 + 03f507f commit 937e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-properties/quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 937e816

Please sign in to comment.