Skip to content

Commit

Permalink
Threads config update in teradata-setup.md (#5973)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Multiple threads are supported by dbt-teradata adapter but the
documentation doesn't mention it.
This can confuse users about whether threads are supported or not.
Made the change that mentions it.

Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
VarunSharma15 and matthewshaver authored Aug 26, 2024
1 parent efb224c commit d1d86a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To connect to Teradata Vantage from dbt, you'll need to add a [profile](https://
password: <password>
schema: <database-name>
tmode: ANSI
threads: 1
threads: [optional, 1 or more]
#optional fields
<field-name: <field-value>
```
Expand Down

0 comments on commit d1d86a9

Please sign in to comment.