Skip to content

Commit

Permalink
change more part keys
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBoxer committed Jan 22, 2025
1 parent 63dced5 commit f034eb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{ config(
schema = 'dex'
, alias = 'automated_trades_all'
, partition_by = ['block_month', 'blockchain', 'project']
, partition_by = ['block_month', 'blockchain']
, materialized = 'incremental'
, file_format = 'delta'
, incremental_strategy = 'merge'
, unique_key = ['blockchain', 'project', 'version', 'tx_hash', 'evt_index']
, unique_key = ['blockchain', 'block_number', 'evt_index']
, incremental_predicates = [incremental_predicate('DBT_INTERNAL_DEST.block_time')]
, post_hook='{{ expose_spells(\'[
"arbitrum"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{ config(
schema = 'dex'
, alias = 'automated_trades_mapped'
, partition_by = ['block_month', 'blockchain', 'project']
, materialized = 'view'
)
}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{ config(
schema = 'dex'
, alias = 'automated_trades_unmapped'
, partition_by = ['block_month', 'blockchain', 'project']
, materialized = 'view'
)
}}
Expand Down

0 comments on commit f034eb4

Please sign in to comment.