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
Make username and password optional in case the user wants to do something like:
from sqlalchemy import create_engine
engine = create_engine('teradata://host/?trusted_connection=yes')
This is useful if Teradata is set to use integrated security.
0 commit comments