Skip to content

Commit

Permalink
Update teradata-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 23, 2025
1 parent 1cbf9e5 commit 0142d8b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions website/docs/docs/core/connect-data-platform/teradata-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,12 @@ dbt-teradata 1.8.0 and later versions support unit tests, enabling you to valida
## Limitations

### Browser authentication
* When running a dbt job with logmech set to "browser", the initial authentication opens a browser window where you must enter your username and password.<br>
* After authentication, this window remains open, requiring you to manually switch back to the dbt console.<br>
* For every subsequent connection, a new browser tab briefly opens, displaying the message "TERADATA BROWSER AUTHENTICATION COMPLETED," and silently reuses the existing session.<br>
* However, the focus stays on the browser window, so you’ll need to manually switch back to the dbt console each time.<br>
* This behavior is the default functionality of the teradatasql driver and cannot be avoided at this time.<br>

* When running a dbt job with logmech set to "browser", the initial authentication opens a browser window where you must enter your username and password.
* After authentication, this window remains open, requiring you to manually switch back to the dbt console.
* For every subsequent connection, a new browser tab briefly opens, displaying the message "TERADATA BROWSER AUTHENTICATION COMPLETED," and silently reuses the existing session.
* However, the focus stays on the browser window, so you’ll need to manually switch back to the dbt console each time.
* This behavior is the default functionality of the teradatasql driver and cannot be avoided at this time.
* To prevent session expiration and the need to re-enter credentials, ensure the authentication browser window stays open until the job is complete.

### Transaction mode
Expand Down

0 comments on commit 0142d8b

Please sign in to comment.