You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialect should include an argument in create_connect_args for specifying a default database to connect to: "teradata://user:pass@hostname/database".
Since this dialect relies on the teradata/tdodbc.py module, a PR has been opened against that project: Teradata/PyTd#57