From 03b80d4ac17486876fe2e695af4c4b6d49367705 Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 29 May 2025 08:28:14 -0600 Subject: [PATCH] sql limit --- .github/workflows/dbt_run_streamline_balances_history_temp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_balances_history_temp.yml b/.github/workflows/dbt_run_streamline_balances_history_temp.yml index dd46535..b090974 100644 --- a/.github/workflows/dbt_run_streamline_balances_history_temp.yml +++ b/.github/workflows/dbt_run_streamline_balances_history_temp.yml @@ -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":1000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":10}' -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":600000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":10000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":1000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":10}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history" secrets: inherit \ No newline at end of file