mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 17:21:51 +00:00
exception for not null (#101)
This commit is contained in:
parent
9f62a95870
commit
05128ee3b6
@ -22,9 +22,11 @@ models:
|
||||
regex: 0[xX][0-9a-fA-F]+
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: PLATFORM NOT IN ('across-v3')
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
regex: 0[xX][0-9a-fA-F]+
|
||||
where: PLATFORM NOT IN ('across-v3')
|
||||
- name: TX_HASH
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user