update tests (#823)

This commit is contained in:
tarikceric 2025-04-03 11:58:11 -07:00 committed by GitHub
parent cfba275882
commit 6bb9a9369c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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') }}"