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 create_connect_args requires username password in the connect string instead of allowing for trusted credentials. It should default to None for username and password if they are not in the connect string
The text was updated successfully, but these errors were encountered:
if the username/password are "None" then on windows, the next layer of code (its been a while I forget which piece) sees the None and instead attempts to use windows credentials. This allows for our higher level tools to query without having to prompt user for credentials or save in to the code.
the create_connect_args requires username password in the connect string instead of allowing for trusted credentials. It should default to None for username and password if they are not in the connect string
The text was updated successfully, but these errors were encountered: