mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:36:43 +00:00
rm line (#375)
This commit is contained in:
parent
6ed4afda47
commit
bf0f515937
@ -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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user