separate stake accts workflow (#836)

* separate stake accts workflow

* run on hourly job
This commit is contained in:
tarikceric 2025-04-29 12:14:59 -07:00 committed by GitHub
parent 1bb324b1bf
commit 86bfac1046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
cluster_by = ['epoch', 'activation_epoch', 'deactivation_epoch'],
merge_exclude_columns = ["inserted_timestamp"],
post_hook = enable_search_optimization('{{this.schema}}', '{{this.identifier}}', 'ON EQUALITY(stake_pubkey, vote_pubkey)'),
tags = ['scheduled_non_core']
tags = ['scheduled_non_core_hourly']
)
}}

View File

@ -1,7 +1,7 @@
{{ config(
materialized = 'incremental',
unique_key = 'test_timestamp',
tags = ['scheduled_non_core']
tags = ['scheduled_non_core_hourly']
) }}
WITH table_epoch AS (

View File

@ -4,7 +4,7 @@
unique_key = ["epoch_recorded", "stake_pubkey"],
cluster_by = ['modified_timestamp::DATE', '_inserted_timestamp::DATE'],
full_refresh = false,
tags = ['validator_2']
tags = ['scheduled_non_core_hourly']
) }}
WITH base AS (