mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 16:01:57 +00:00
.
This commit is contained in:
parent
ed5fb87ba4
commit
1f82f36b9b
@ -2,8 +2,6 @@
|
||||
materialized = 'incremental',
|
||||
unique_key = 'tx_hash',
|
||||
incremental_strategy = 'delete+insert',
|
||||
incremental_predicates = ["dynamic_range_predicate","block_timestamp::DATE"],
|
||||
merge_exclude_columns = ['inserted_timestamp'],
|
||||
cluster_by = ['block_timestamp::DATE'],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(version,tx_hash,event_type,event_address,event_module,event_resource,payload_function);",
|
||||
tags = ['core']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user