This commit is contained in:
drethereum 2025-08-28 10:21:33 -06:00
commit 618bf841dc
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,21 @@
name: dbt_run_streamline_balances_history_temp
run-name: dbt_run_streamline_balances_history_temp
on:
workflow_dispatch:
branches:
- "main"
schedule:
- cron: '26 */4 * * *'
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Balances History Temp Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "BALANCES_SL_STATE_TRACER_HISTORY_SQL_LIMIT":400000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":20000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":500, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":50}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history"
secrets: inherit

View File

@ -1,3 +1,7 @@
block_number
31697306
31697810
31697810
74593456
74593760
74595296
74595472
1 block_number
2 31697306
3 31697810
4 74593456
5 74593760
6 74595296
7 74595472

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.22.0
revision: v4.22.1