This commit is contained in:
Eric Laurello 2024-06-12 08:45:30 -04:00
parent ea8f9c9cd1
commit 640e6a3b54

View File

@ -56,7 +56,7 @@ WHERE
WHERE
_inserted_timestamp :: DATE >= (
SELECT
DATEADD('minute', -45, MAX(_inserted_timestamp))
DATEADD('minute', -90, MAX(_inserted_timestamp))
FROM
{{ this }})
{% endif %}