Skip to content

Commit

Permalink
Fixing Starknet (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Sep 9, 2024
1 parent 533d735 commit bc3afab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/starknet/fact_starknet_transactions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ left join prices on raw_date = prices.date and curr = t1.actual_fee_unit
where coalesce(t1.sender_address_hex, t1.contract_address_hex) is not null
{% if is_incremental() %}
-- this filter will only be applied on an incremental run
and t2.block_timestamp
and t1.block_time
>= (select dateadd('day', -7, max(block_timestamp)) from {{ this }})
{% endif %}

0 comments on commit bc3afab

Please sign in to comment.