swaps final merge strat d+i (#355)

This commit is contained in:
Jack Forgash 2024-09-07 10:57:24 -04:00 committed by GitHub
parent d113f4164a
commit 610f0174fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
{{ config(
materialized = 'incremental',
incremental_strategy = 'merge',
merge_exclude_columns = ["inserted_timestamp"],
incremental_strategy = 'delete+insert',
cluster_by = ['block_timestamp::DATE'],
unique_key = 'swaps_final_id',
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_id,trader);",