mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:26:55 +00:00
look for gaps excluding current date (#24)
This commit is contained in:
parent
0012b72b96
commit
04fe197b7a
@ -19,6 +19,8 @@
|
||||
) AS {{ previous_column }}
|
||||
FROM
|
||||
{{ table }}
|
||||
WHERE
|
||||
block_timestamp::date <= current_date - 1
|
||||
)
|
||||
SELECT
|
||||
{{ partition_sql + "," if partition_sql }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user