How can I change the number DBT threads from the default 4 that basic normalization uses?
e
Eli Sigal
09/20/2022, 7:24 AM
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