Skip to content

Commit

Permalink
Add Base balances table (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim authored Jun 27, 2024
1 parent ccc44ff commit 1804d97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions models/staging/ethereum/agg_base_stablecoin_balances.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{
config(
materialized="incremental",
unique_key=["address", "contract_address", "date"],
snowflake_warehouse="BALANCES_LG",
)
}}

{{ agg_foward_filled_stablecoin_balances_by_addresses("base") }}

0 comments on commit 1804d97

Please sign in to comment.