login.Ui Constructor | teradatamlwidgets - login.Ui - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

The login.Ui constructor opens the Login UI dialog in the notebook. Calling login.Ui will always bring up Host, Username, and Password. The following arguments allow for including default database, val location, and search path.

Arguments

default_database
(Optional) If the default database of the connection must be specified:

login.Ui(default_database = "NAME")

val_location
Required for VAL functions UI, otherwise optional) If you plan to use a VAL function, specify val location of the connection:

login.Ui(val_location = "NAME")

search_path
(Optional) If the search path of the connection must be specified:

login.Ui(search_path = "NAME")