mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 14:06:47 +00:00
temp changes
This commit is contained in:
parent
8dfc21b105
commit
31cd24d864
@ -37,6 +37,9 @@ to_do AS (
|
||||
FROM
|
||||
{{ ref("streamline__contract_reads_records") }} t
|
||||
CROSS JOIN last_x_days d
|
||||
WHERE d.block_date = (SELECT MAX(block_date) FROM last_x_days)
|
||||
--temp changes, revert before prod
|
||||
{#
|
||||
WHERE type = 'daily'
|
||||
EXCEPT
|
||||
SELECT
|
||||
@ -64,7 +67,7 @@ to_do AS (
|
||||
'day',
|
||||
-7,
|
||||
SYSDATE()
|
||||
)
|
||||
)#}
|
||||
)
|
||||
SELECT
|
||||
block_number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user