From 02b5e7e1ef2ee1746eab895c4372d6797cfe9976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pol=20Mons=C3=B3=20Purt=C3=AD?= Date: Mon, 11 Dec 2023 16:55:03 +0100 Subject: [PATCH] chore: Add multithreading to dbt build (et/somenergia-jardiner!51) * add threads 4 flag to dbt build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 726c7e09..ccd03c28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,7 +136,7 @@ dbt-build: script: - cd ${CI_PROJECT_DIR}/${DBT_PROJECT_DIR_NAME} - dbt deps --target ${DBT_TARGET_NAME} - - dbt build --target ${DBT_TARGET_NAME} --store-failures + - dbt build --target ${DBT_TARGET_NAME} --store-failures --threads 4 tags: - somenergia-et rules: