Merge pull request #413 from FlipsideCrypto/untag-v2-temp

untag v2_final models from scheduled run
This commit is contained in:
Jack Forgash 2025-03-04 13:25:19 -07:00 committed by GitHub
commit fdad0709a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ['scheduled_core', 'core_v2'],
tags = ['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 = ['scheduled_core', 'core_v2'],
tags = ['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 = ['scheduled_core', 'core_v2'],
tags = ['core_v2'],
full_refresh = false
) }}