From f230032ae87328fdf64def2631503afefe98d90b Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 31 Aug 2023 15:50:17 -0400 Subject: [PATCH] 16 threads --- .github/workflows/dbt_run_incremental_non_realtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_incremental_non_realtime.yml b/.github/workflows/dbt_run_incremental_non_realtime.yml index e7f14a9..97cc2f5 100644 --- a/.github/workflows/dbt_run_incremental_non_realtime.yml +++ b/.github/workflows/dbt_run_incremental_non_realtime.yml @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run --threads 8 --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m tag:non_realtime tag:streamline_decoded_logs_complete tag:streamline_decoded_logs_realtime \ No newline at end of file + dbt run --threads 16 --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m tag:non_realtime tag:streamline_decoded_logs_complete tag:streamline_decoded_logs_realtime \ No newline at end of file