mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:56:50 +00:00
increase batch size; run interval (#702)
This commit is contained in:
parent
5f7d79fc3b
commit
7b139acfba
@ -10,5 +10,5 @@ dbt_run_streamline_block_rewards,"*/15 * * * *"
|
||||
dbt_run_streamline_blocks,"*/5 * * * *"
|
||||
dbt_run_streamline_helius_cnft_metadata,"*/10 * * * *"
|
||||
dbt_run_transactions_units_consumed_backfill,"2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
|
||||
dbt_run_nft_compressed_mints_backfill,"2,17,32,47 * * * *"
|
||||
dbt_run_nft_compressed_mints_backfill,"2,10,17,25,32,40,47,55 * * * *"
|
||||
dbt_run_streamline_solscan_blocks,"7,27,47 * * * *"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
block_timestamp
|
||||
FROM
|
||||
bronze_api.nft_compressed_mints_backfill_requests
|
||||
qualify(row_number() over (order by block_timestamp)) <= 1500;
|
||||
qualify(row_number() over (order by block_timestamp)) <= 9000;
|
||||
{% endset %}
|
||||
{% do run_query(request_batch_setup) %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user