We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b014a commit 23b11b7Copy full SHA for 23b11b7
integration_tests/dbt_utils/dbt_project.yml
@@ -70,7 +70,6 @@ models:
70
test_recency: *disabled
71
test_equal_column_subset: *disabled
72
test_equal_rowcount: *disabled
73
- data_test_not_null_where: *disabled
74
# intractable nested CTEs from
75
# https://github.com/calogica/dbt-date/pull/30
76
dbt_date_integration_tests:
@@ -106,6 +105,7 @@ seeds:
106
105
data_test_not_accepted_values: *disabled
107
data_test_expression_is_true: *disabled
108
data_test_at_least_one: *disabled
+ data_test_not_null_where: *disabled
109
cross_db:
110
data_date_trunc:
111
+column_types:
0 commit comments