Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-analytics committed Oct 2, 2024
1 parent a200be9 commit 8b5e759
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
}}

with
balances as (
alchemy_addresses as (
select
address
from {{ref('alchemy_smart_account_addresses')}}
)

,balances as (
{{
balances_incremental_subset_daily(
blockchain = 'ethereum',
address_list = ref('alchemy_smart_account_addresses'),
address_list = 'alchemy_addresses',
start_date = '2023-04-13'
)
}}
Expand Down

0 comments on commit 8b5e759

Please sign in to comment.