mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 14:17:03 +00:00
osmosis store test failures (#56)
* osmosis store test failures * turn off test storing for one column
This commit is contained in:
parent
e1b07e93cc
commit
d16fbdbb5d
@ -39,6 +39,9 @@ models:
|
||||
vars:
|
||||
"dbt_date:time_zone": GMT
|
||||
|
||||
tests:
|
||||
+store_failures: true # all tests
|
||||
|
||||
on-run-start:
|
||||
- '{{create_sps()}}'
|
||||
- '{{create_udfs()}}'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user