Skip to content

Commit

Permalink
fix merge condition
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBoxer committed Jan 31, 2025
1 parent d1d3e4c commit 54401a6
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 = ['blockchain', 'block_number', 'evt_index']
, unique_key = ['blockchain', 'block_number', 'tx_index', 'evt_index']
, incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')]
, post_hook='{{ expose_spells(\'[
"arbitrum"
Expand Down

0 comments on commit 54401a6

Please sign in to comment.