mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 14:16:43 +00:00
fix inc bug
This commit is contained in:
parent
88534ae7cd
commit
2c845254cb
@ -28,7 +28,7 @@ WITH old_base_transactions AS (
|
||||
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
_inserted_timestamp :: DATE >= (
|
||||
_inserted_timestamp >= (
|
||||
SELECT
|
||||
DATEADD('minute', -15, MAX(_inserted_timestamp))
|
||||
FROM
|
||||
@ -54,7 +54,7 @@ WHERE
|
||||
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
_inserted_timestamp :: DATE >= (
|
||||
_inserted_timestamp >= (
|
||||
SELECT
|
||||
DATEADD('minute', -90, MAX(_inserted_timestamp))
|
||||
FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user