From 58f80c4718afaca2814c980c3225c53d43d59458 Mon Sep 17 00:00:00 2001 From: david-beallor <104025708+david-beallor@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:16:34 -0400 Subject: [PATCH] Add not_accepted_values to README ToC (#646) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 880cc112..53d618c6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ For compatibility details between versions of dbt-core and dbt-utils, [see this - [unique_where](#unique_where-source) - [not_null_where](#not_null_where-source) - [not_null_proportion](#not_null_proportion-source) + - [not_accepted_values](#not_accepted_values-source) - [relationships_where](#relationships_where-source) - [mutually_exclusive_ranges](#mutually_exclusive_ranges-source) - [unique_combination_of_columns](#unique_combination_of_columns-source)