osmosis store test failures (#56)

* osmosis store test failures

* turn off test storing for one column
This commit is contained in:
Jessica Huhnke 2022-07-22 14:57:19 -05:00 committed by GitHub
parent e1b07e93cc
commit d16fbdbb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,9 @@ models:
vars:
"dbt_date:time_zone": GMT
tests:
+store_failures: true # all tests
on-run-start:
- '{{create_sps()}}'
- '{{create_udfs()}}'

View File

@ -57,7 +57,8 @@ models:
- name: _INSERTED_TIMESTAMP
description: "{{ doc('inserted_timestamp') }}"
tests:
- not_null
- not_null:
store_failures: False
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ