From 591c99e4a798845915b0f1c237e1d54bd4fd7864 Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 7 Feb 2023 16:34:02 -0500 Subject: [PATCH 1/3] flags.THREADS defaults to None --- core/dbt/cli/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbt/cli/params.py b/core/dbt/cli/params.py index afe128bb480..32e5663d47a 100644 --- a/core/dbt/cli/params.py +++ b/core/dbt/cli/params.py @@ -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, ) From 880755b6b01cc6835011c3b1747aa89377fd0725 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 7 Feb 2023 21:35:53 +0000 Subject: [PATCH 2/3] Add generated CLI API docs --- .../docs/build/doctrees/environment.pickle | Bin 207366 -> 207366 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/core/dbt/docs/build/doctrees/environment.pickle b/core/dbt/docs/build/doctrees/environment.pickle index 0b7b29abfaa36d9f7f782251b518e76a418b2677..eadb1dfd863921c8d15f2596eede1755c85f303f 100644 GIT binary patch delta 32 mcmZp>!qawzXG60*>qfo+pD)cF^6ee+j6lq^y+fY4jtc!qawzXG60*>xwTSzq^|| Date: Tue, 7 Feb 2023 16:51:16 -0500 Subject: [PATCH 3/3] changelog entry --- .changes/unreleased/Under the Hood-20230207-165111.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20230207-165111.yaml diff --git a/.changes/unreleased/Under the Hood-20230207-165111.yaml b/.changes/unreleased/Under the Hood-20230207-165111.yaml new file mode 100644 index 00000000000..2f9a609d6de --- /dev/null +++ b/.changes/unreleased/Under the Hood-20230207-165111.yaml @@ -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"