adds lookback

This commit is contained in:
drethereum 2023-05-04 10:35:26 -06:00
parent a5b26c6e61
commit 7cce784a6a

View File

@ -30,7 +30,7 @@ AND p._inserted_timestamp >= (
SELECT
MAX(
_inserted_timestamp
)
) :: DATE - 1
FROM
{{ this }}
)