Skip to content

Commit

Permalink
making ethereum incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Jul 1, 2024
1 parent c0c02f0 commit e0f5233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{
config(
materialized="table",
materialized="incremental",
unique_key=["date", "contract_address", "from_address"],
snowflake_warehouse="BALANCES_LG",
)
Expand Down

0 comments on commit e0f5233

Please sign in to comment.