exception for not null

This commit is contained in:
drethereum 2025-02-25 08:42:27 -07:00
parent 9f62a95870
commit 9c86e60ecd

View File

@ -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