From 0142d8b25f2cd1de33778bb0e5d041d726d586d3 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:41:01 +0000 Subject: [PATCH] Update teradata-setup.md fix build error https://vercel.com/dbt-labs/docs-getdbt-com/2kroEjDfdtHxkBHomkMtgNpoivLB --- .../docs/core/connect-data-platform/teradata-setup.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/docs/docs/core/connect-data-platform/teradata-setup.md b/website/docs/docs/core/connect-data-platform/teradata-setup.md index 7b7418aa73f..b2fb8040935 100644 --- a/website/docs/docs/core/connect-data-platform/teradata-setup.md +++ b/website/docs/docs/core/connect-data-platform/teradata-setup.md @@ -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.
-* 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.
+ +* 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