mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 09:41:44 +00:00
separate stake accts workflow (#836)
* separate stake accts workflow * run on hourly job
This commit is contained in:
parent
1bb324b1bf
commit
86bfac1046
@ -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']
|
||||
)
|
||||
}}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{{ config(
|
||||
materialized = 'incremental',
|
||||
unique_key = 'test_timestamp',
|
||||
tags = ['scheduled_non_core']
|
||||
tags = ['scheduled_non_core_hourly']
|
||||
) }}
|
||||
|
||||
WITH table_epoch AS (
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user