mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 13:07:01 +00:00
remove log messages SO (#52)
This commit is contained in:
parent
bc241be22a
commit
7947816bbe
@ -4,10 +4,7 @@
|
||||
incremental_predicates = ["dynamic_range_predicate", "block_timestamp::date"],
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
cluster_by = ['block_timestamp::DATE'],
|
||||
post_hook = [
|
||||
enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id, signers[0], log_messages)'),
|
||||
enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON SUBSTRING(log_messages)')
|
||||
],
|
||||
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id, signers[0])'),
|
||||
tags = ['scheduled_core']
|
||||
) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user