add to core schedule (#578)

This commit is contained in:
desmond-hui 2024-06-12 07:38:42 -07:00 committed by GitHub
parent fce38d5057
commit 0b6e3e34c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
cluster_by = ['block_timestamp::DATE','_inserted_timestamp::DATE'],
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id, program_id)'),
merge_exclude_columns = ["inserted_timestamp"],
tags = ['scheduled_core'],
) }}