mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 17:26:49 +00:00
hotfix tests ignore block 0
This commit is contained in:
parent
9a67aac69d
commit
106e3f97b3
@ -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') }}"
|
||||
|
||||
@ -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') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user