Skip to content

Commit

Permalink
removed the unwanted unique keys
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelPrinci committed Jan 23, 2025
1 parent 29ce5c7 commit 293d761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
materialized = 'incremental',
file_format = 'delta',
incremental_strategy = 'merge',
unique_key = ['block_date', 'blockchain', 'project', 'version', 'tx_hash', 'evt_index']
unique_key = ['tx_hash', 'evt_index']
) }}

WITH token_swaps AS (
Expand Down

0 comments on commit 293d761

Please sign in to comment.