This commit is contained in:
Jack Forgash 2024-11-04 13:32:19 -07:00 committed by GitHub
parent 6ed4afda47
commit bf0f515937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
materialized = 'incremental',
unique_key = 'transaction_actors_id',
incremental_strategy = 'delete+insert',
incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"],
cluster_by = ['block_timestamp::date', 'modified_timestamp::date'],
post_hook = 'ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_id,address);',
tags = ['scheduled_non_core']