Skip to content

Commit

Permalink
hotfix incremental buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikceric committed Feb 5, 2025
1 parent f72552b commit 407b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/silver/nfts/silver__nft_compressed_mints.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ decoded AS (
{% if is_incremental() %}
AND _inserted_timestamp >= (
SELECT
MAX(_inserted_timestamp)
MAX(_inserted_timestamp) - INTERVAL '1 hour'
FROM
{{ this }}
)
Expand Down

0 comments on commit 407b00c

Please sign in to comment.