Skip to content

Commit c7b06bc

Browse files
committed
Lint
1 parent ed15a01 commit c7b06bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt-snowflake/src/dbt/adapters/snowflake/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def connect():
394394
application="dbt",
395395
insecure_mode=creds.insecure_mode,
396396
session_parameters=session_parameters,
397-
client_prefetch_threads=1, # disable client prefetch because it can cause deadlock at exit, see https://github.com/snowflakedb/snowflake-connector-python/issues/2213
397+
client_prefetch_threads=1, # disable client prefetch because it can cause deadlock at exit, see https://github.com/snowflakedb/snowflake-connector-python/issues/2213
398398
**creds.auth_args(),
399399
)
400400

0 commit comments

Comments
 (0)