Skip to content

Commit 37690f8

Browse files
committed
Minor correction to docs
1 parent 402420b commit 37690f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/overriding-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For each entry in the parent list, the logic in `int_model_test_summary` will ev
2222

2323
Each set of test(s) that define a primary key requirement must be grouped together in a sub-list to ensure they are evaluated together (e.g. [`dbt.test_unique`, `dbt.test_not_null`] ).
2424

25-
*While it's not explicitly tested in this package, we strongly encourage adding a `not_null` test on each of the columns listed in the `dbt_utils.unique_combination_of_columns` tests. Alternatively, consider `dbt_constraints.test_primary_key` in the [DBT Constraints](https://github.com/Snowflake-Labs/dbt_constraints) package, which enforces each field in the primary key is non null.*
25+
*While it's not explicitly tested in this package, we strongly encourage adding a `not_null` test on each of the columns listed in the `dbt_utils.unique_combination_of_columns` tests. Alternatively, on Snowflake, consider `dbt_constraints.test_primary_key` in the [dbt Constraints](https://github.com/Snowflake-Labs/dbt_constraints) package, which enforces each field in the primary key is non null.*
2626

2727
```yaml title="dbt_project.yml"
2828
# set your test and doc coverage to 75% instead

0 commit comments

Comments
 (0)