return to merge

This commit is contained in:
Eric Laurello 2025-12-01 08:42:49 -05:00
parent e88e95d56a
commit 20f4030de0

View File

@ -1,7 +1,7 @@
{{ config(
materialized = 'incremental',
unique_key = ['tx_hash','event_index','block_timestamp::DATE'],
incremental_strategy = 'delete+insert',
incremental_strategy = 'merge',
merge_exclude_columns = ["inserted_timestamp"],
cluster_by = ['block_timestamp::DATE','modified_timestamp::DATE'],
tags = ['core','full_test']