mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:41:54 +00:00
add scheduled_core to v2_final
This commit is contained in:
parent
fdad0709a6
commit
7dcdfbf604
@ -6,7 +6,7 @@
|
||||
unique_key = 'block_id',
|
||||
cluster_by = ['block_timestamp::DATE','modified_timestamp::DATE'],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(block_id, block_hash);",
|
||||
tags = ['core_v2'],
|
||||
tags = ['scheduled_core', 'core_v2'],
|
||||
full_refresh = false
|
||||
) }}
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
unique_key = 'receipt_id',
|
||||
cluster_by = ['block_timestamp::DATE','modified_timestamp::DATE'],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_hash,receipt_id,receiver_id,predecessor_id);",
|
||||
tags = ['core_v2'],
|
||||
tags = ['scheduled_core', 'core_v2'],
|
||||
full_refresh = false
|
||||
) }}
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
unique_key = 'tx_hash',
|
||||
cluster_by = ['block_timestamp::DATE','modified_timestamp::DATE'],
|
||||
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION ON EQUALITY(tx_hash,tx_signer,tx_receiver);",
|
||||
tags = ['core_v2'],
|
||||
tags = ['scheduled_core', 'core_v2'],
|
||||
full_refresh = false
|
||||
) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user