Skip to content

Commit

Permalink
remove partition
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin committed Jan 3, 2025
1 parent d86f7e4 commit 0570ca2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
schema='prices_v2'
, alias = 'dex_minute_raw'
, materialized = 'incremental'
, partition_by = ['date_trunc(\'day\',timestamp)']
, file_format = 'delta'
, incremental_strategy = 'merge'
, unique_key = ['blockchain', 'contract_address', 'timestamp']
Expand Down

0 comments on commit 0570ca2

Please sign in to comment.