mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:46:42 +00:00
tmp turn off null checks for to/from cols (#577)
This commit is contained in:
parent
f77ac69c9e
commit
7b748f014c
@ -72,20 +72,20 @@ models:
|
||||
where: succeeded = TRUE AND _inserted_timestamp >= current_date - 7
|
||||
- name: FROM_AMT
|
||||
description: "{{ doc('swaps_from_amt') }}"
|
||||
tests:
|
||||
- not_null: *recent_date_filter
|
||||
# tests:
|
||||
# - not_null: *recent_date_filter
|
||||
- name: FROM_MINT
|
||||
description: "{{ doc('swaps_from_mint') }}"
|
||||
tests:
|
||||
- not_null: *recent_date_filter
|
||||
# tests:
|
||||
# - not_null: *recent_date_filter
|
||||
- name: TO_AMT
|
||||
description: "{{ doc('swaps_to_amt') }}"
|
||||
tests:
|
||||
- not_null: *recent_date_filter
|
||||
# tests:
|
||||
# - not_null: *recent_date_filter
|
||||
- name: TO_MINT
|
||||
description: "{{ doc('swaps_to_mint') }}"
|
||||
tests:
|
||||
- not_null: *recent_date_filter
|
||||
# tests:
|
||||
# - not_null: *recent_date_filter # TEMPORARILY DISABLE, turn back on when inner swap events decoding is complete and this model is refactored
|
||||
- name: SWAP_INDEX
|
||||
description: "{{ doc('swaps_swap_index') }}"
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user