tmp turn off null checks for to/from cols (#577)

This commit is contained in:
desmond-hui 2024-06-11 08:59:00 -07:00 committed by GitHub
parent f77ac69c9e
commit 7b748f014c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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