From 0001945c69e4e13117030e8b57fbcaee882c5ea4 Mon Sep 17 00:00:00 2001 From: drethereum Date: Fri, 30 May 2025 12:21:26 -0600 Subject: [PATCH] revert params --- .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 14e1df0..8416e5a 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":200000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":1000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":1000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":1}' -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":5000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":500, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":5}' -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