mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 14:11:55 +00:00
exception for not null
This commit is contained in:
parent
9f62a95870
commit
9c86e60ecd
@ -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