mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:26:44 +00:00
only not null if tx succeeded (#463)
This commit is contained in:
parent
45a68debed
commit
4603b20591
@ -54,7 +54,8 @@ models:
|
||||
- name: TOKEN_CONTRACT
|
||||
description: "{{ doc('token_contract') }}"
|
||||
tests:
|
||||
- not_null
|
||||
- not_null:
|
||||
where: tx_succeeded
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
column_type_list:
|
||||
- STRING
|
||||
|
||||
Loading…
Reference in New Issue
Block a user