revert events SO change

This commit is contained in:
Desmond Hui 2024-04-24 07:31:24 -07:00
parent fe092eea99
commit f66cd14c2d

View File

@ -3,7 +3,7 @@
unique_key = ['block_id','tx_id','index'],
incremental_predicates = ["dynamic_range_predicate", "block_timestamp::date"],
cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE','program_id'],
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id, block_id, program_id, event_type, inner_instruction_program_ids)'),
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}'),
full_refresh = false,
merge_exclude_columns = ["inserted_timestamp"],
tags = ['scheduled_core']