mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 17:26:49 +00:00
exclude null block timestamp txs (#44)
This commit is contained in:
parent
03de3d114b
commit
2af5bcde5e
@ -22,6 +22,7 @@ WITH base AS (
|
||||
WHERE
|
||||
succeeded
|
||||
AND log_messages IS NOT NULL
|
||||
AND block_timestamp IS NOT NULL
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (SELECT max(_inserted_timestamp) FROM {{ this }})
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user