Skip to content

Commit

Permalink
flags.THREADS defaults to None (#6887)
Browse files Browse the repository at this point in the history
flags.THREADS defaults to None
  • Loading branch information
MichelleArk authored Feb 7, 2023
1 parent c2c8959 commit dcf6544
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20230207-165111.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: flags.THREADS defaults to None
time: 2023-02-07T16:51:11.011984-05:00
custom:
Author: michelleark
Issue: "6887"
2 changes: 1 addition & 1 deletion core/dbt/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"--threads",
envvar=None,
help="Specify number of threads to use while executing models. Overrides settings in profiles.yml.",
default=1,
default=None,
type=click.INT,
)

Expand Down
Binary file modified core/dbt/docs/build/doctrees/environment.pickle
Binary file not shown.

0 comments on commit dcf6544

Please sign in to comment.