This commit is contained in:
drethereum 2025-08-26 09:51:57 -06:00 committed by GitHub
parent 26d9e54f47
commit 8306637fab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,5 +17,5 @@ jobs:
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":10000, "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"
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