Describe the bug
dbtf run --help shows --threads defaults to max_cpu, not the profile value:
--threads <THREADS> The number of threads to use [Run with --threads 0 to use max_cpu [default: max_cpu]]
profiles.yml sets threads: 4, but dbtf run ignores that, causing severe warehouse contention. Core correctly reads the profile and uses 4 threads.
What version of dbt Fusion is this bug in? (find out by running dbt --version)
2.0.0-preview.120
Is this a discrepancy between the dbt Fusion Engine and dbt Core? Check one.
Expected behavior
Fusions should read threads from profiles.yml
Operating System and CPU Type:
Linux 6.6.87.2 (WSL2), x86_64, 22 CPUs