Skip to content

New Fusion connection management on Snowflake and BigQuery produces timeouts (threads config is ignored) #1338

@schwericke

Description

@schwericke

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.

  • YES
  • NO

Expected behavior
Fusions should read threads from profiles.yml

Operating System and CPU Type:
Linux 6.6.87.2 (WSL2), x86_64, 22 CPUs

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions