mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 18:06:53 +00:00
hotfix tests ignore block 0
This commit is contained in:
parent
106e3f97b3
commit
acb27e6368
@ -4,7 +4,9 @@ models:
|
||||
description: Contains general information about each block produced on Eclipse.
|
||||
recent_date_filter: &recent_date_filter
|
||||
config:
|
||||
where: modified_timestamp >= current_date - 7
|
||||
where: >
|
||||
modified_timestamp >= current_date - 7
|
||||
AND block_id > 0
|
||||
columns:
|
||||
- name: BLOCK_ID
|
||||
description: "{{ doc('block_id') }}"
|
||||
|
||||
@ -3,7 +3,9 @@ models:
|
||||
- name: silver__blocks
|
||||
recent_date_filter: &recent_date_filter
|
||||
config:
|
||||
where: _inserted_timestamp >= current_date - 7
|
||||
where: >
|
||||
_inserted_timestamp >= current_date - 7
|
||||
AND block_id > 0
|
||||
columns:
|
||||
- name: BLOCK_ID
|
||||
description: "{{ doc('block_id') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user