mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 13:26:46 +00:00
SO
This commit is contained in:
parent
0bc9df296c
commit
d1ce58dc71
@ -5,7 +5,12 @@
|
||||
unique_key = ['checkpoint_number'],
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
cluster_by = "ROUND(checkpoint_number, -5)",
|
||||
tags = ['streamline_realtime']
|
||||
tags = ['streamline_realtime'],
|
||||
post_hook = enable_search_optimization(
|
||||
'{{this.schema}}',
|
||||
'{{this.identifier}}',
|
||||
'ON EQUALITY(checkpoint_number)'
|
||||
),
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user