How can I change the number DBT threads from the d...
# advice-data-transformation
p
How can I change the number DBT threads from the default 4 that basic normalization uses?
e
Hi. Each dbt project has a file in .dbt folder by the name of profiles.yaml - there you can configure it to run with more threads. please note that more threads isn`t always better due to the nature of how dbt works