Skip to content

Commit

Permalink
Update unique key for Base (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim authored Jun 28, 2024
1 parent acd239e commit 131df4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{
config(
materialized="incremental",
unique_key=["date", "symbol", "from_address"],
unique_key=["date", "contract_address", "from_address"],
snowflake_warehouse="BALANCES_LG",
)
}}
Expand Down

0 comments on commit 131df4f

Please sign in to comment.