Add a global optional config to specify the threads and pass this to the dbt cli. e.g. ``` shell dbt run -s <...> --threads 4 ```
Add a global optional config to specify the threads and pass this to the dbt cli. e.g.