Skip to content

Commit

Permalink
Update unique key for base
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim committed Jun 28, 2024
1 parent acd239e commit 074866a
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 074866a

Please sign in to comment.