remove log messages SO (#52)

This commit is contained in:
tarikceric 2025-02-27 15:03:49 -06:00 committed by GitHub
parent bc241be22a
commit 7947816bbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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']
) }}