Merge branch 'main' into test-migration

Merge main
This commit is contained in:
Jack Forgash 2025-03-10 11:28:07 -06:00
commit 48cc50ef20
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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