hotfix tests ignore block 0

This commit is contained in:
desmond-hui 2024-09-30 09:11:29 -07:00
parent 9a67aac69d
commit 106e3f97b3
2 changed files with 2 additions and 6 deletions

View File

@ -4,9 +4,7 @@ models:
description: Contains general information about each block produced on Eclipse.
recent_date_filter: &recent_date_filter
config:
where: >
modified_timestamp >= current_date - 7
AND block_id > 0
where: modified_timestamp >= current_date - 7
columns:
- name: BLOCK_ID
description: "{{ doc('block_id') }}"

View File

@ -3,9 +3,7 @@ models:
- name: silver__blocks
recent_date_filter: &recent_date_filter
config:
where: >
_inserted_timestamp >= current_date - 7
AND block_id > 0
where: _inserted_timestamp >= current_date - 7
columns:
- name: BLOCK_ID
description: "{{ doc('block_id') }}"