mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
update tests (#823)
This commit is contained in:
parent
cfba275882
commit
6bb9a9369c
@ -57,7 +57,8 @@ models:
|
||||
- name: INNER_INSTRUCTIONS
|
||||
description: "{{ doc('inner_instruction') }}"
|
||||
data_tests:
|
||||
- not_null: *recent_date_filter
|
||||
- not_null:
|
||||
where: SUCCEEDED and _inserted_timestamp >= current_date - 7
|
||||
- name: LOG_MESSAGES
|
||||
description: Array of log messages written by the program for this transaction
|
||||
- name: ADDRESS_TABLE_LOOKUPS
|
||||
|
||||
@ -39,7 +39,7 @@ models:
|
||||
tests:
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 2
|
||||
interval: 14
|
||||
- not_null: *recent_date_filter
|
||||
- name: BLOCK_ID
|
||||
description: "{{ doc('block_id') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user