Skip to content

Commit

Permalink
unique_key removed tx_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz234 committed Mar 21, 2024
1 parent f33bbae commit 5078b61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion models/blobs/ethereum/blobs_ethereum_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ models:
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- tx_hash
- blob_index
- blob_versioned_hash
- blob_parent_root
Expand Down
2 changes: 1 addition & 1 deletion models/blobs/ethereum/enriched.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
materialized = 'incremental',
file_format = 'delta',
incremental_strategy = 'merge',
unique_key = ['tx_hash','blob_index','blob_versioned_hash','blob_parent_root'],
unique_key = ['blob_index','blob_versioned_hash','blob_parent_root'],
post_hook='{{ expose_spells(\'["ethereum"]\',
"project",
"blobs",
Expand Down

0 comments on commit 5078b61

Please sign in to comment.