mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 15:56:47 +00:00
* wip * wip * tmp change to get it to work * fix service var, change producer values * wip * add source and bronze models * wip rewards * wip * wip * wip * adjust partition key logic for block rewards * add dbt depends_on * compare to completed * add workflow for calling streamline 2.0 block rewards * make and use v2 streamline external table macro * rename and adjust starting block/partition * update workflow * match existing schedule
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
workflow_name,workflow_schedule
|
|
dbt_run_incremental,"16,46 * * * *"
|
|
dbt_run_incremental_non_core,"1,31 * * * *"
|
|
dbt_test_tasks,"0,30 * * * *"
|
|
dbt_run_decode_instructions_orchestrator,"*/5 * * * *"
|
|
dbt_run_nft_compressed_mints_realtime,"*/15 * * * *"
|
|
dbt_run_nft_compressed_mints_sales_realtime,"55 * * * *"
|
|
dbt_run_decode_logs_orchestrator,"*/15 * * * *"
|
|
dbt_run_streamline_block_rewards,"*/15 * * * *" |