--threads does not override the max number of connections in the default adapter #648
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Invoking dbt with
dbt run --threads 2
will cause an error like:dbt should prefer the
--threads
value if one is given, otherwise fall back to thethreads
option in the active target here.Because this happens in the default adapter, it affects all adapters.
The text was updated successfully, but these errors were encountered: