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")