exception for not null (#101)

This commit is contained in:
drethereum 2025-02-25 08:43:05 -07:00 committed by GitHub
parent 9f62a95870
commit 05128ee3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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