mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
Update/core noncore schedule (#805)
* update core and noncore runs * run votes with core
This commit is contained in:
parent
7593f640d2
commit
94b5f2942c
@ -1,8 +1,8 @@
|
||||
workflow_name,workflow_schedule
|
||||
dbt_run_decode_instructions_orchestrator,"*/5 * * * *"
|
||||
dbt_run_decode_logs_orchestrator,"*/15 * * * *"
|
||||
dbt_run_incremental,"16,46 * * * *"
|
||||
dbt_run_incremental_non_core,"1,31 * * * *"
|
||||
dbt_run_incremental,"16,46 1-3,5-7,9-11,13-15,17-19,21-23 * * *"
|
||||
dbt_run_incremental_non_core,"1 */4 * * *"
|
||||
dbt_run_nft_compressed_mints_realtime,"*/15 * * * *"
|
||||
dbt_run_nft_compressed_mints_sales_realtime,"55 * * * *"
|
||||
dbt_run_streamline_blocks,"*/5 * * * *"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
cluster_by = ['block_timestamp::DATE','block_id','_inserted_timestamp::DATE'],
|
||||
post_hook = enable_search_optimization('{{this.schema}}','{{this.identifier}}','ON EQUALITY(tx_id)'),
|
||||
full_refresh = false,
|
||||
tags = ['scheduled_non_core']
|
||||
tags = ['scheduled_core']
|
||||
) }}
|
||||
|
||||
{% set cutover_block_id = 307103862 %}
|
||||
Loading…
Reference in New Issue
Block a user