Skip to content

Commit

Permalink
chore: Add multithreading to dbt build (et/somenergia-jardiner!51)
Browse files Browse the repository at this point in the history
* add threads 4 flag to dbt build
  • Loading branch information
polmonso committed Dec 11, 2023
1 parent bc3f7c3 commit 02b5e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 02b5e7e

Please sign in to comment.