Skip to content

Commit

Permalink
filter (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum authored Sep 28, 2023
1 parent b221217 commit a562f79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models/streamline/silver/core/retry/_missing_receipts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ WHERE
lookback
)
AND t.block_timestamp >= DATEADD('hour', -84, SYSDATE())
AND r._inserted_timestamp >= DATEADD('hour', -84, SYSDATE())
AND (
r._inserted_timestamp >= DATEADD('hour', -84, SYSDATE())
OR r._inserted_timestamp IS NULL)

0 comments on commit a562f79

Please sign in to comment.