We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c5de8f + 94e918b commit 4f2004cCopy full SHA for 4f2004c
dbt/adapters/sqlserver/connections.py
@@ -270,9 +270,6 @@ def open(cls, connection):
270
con_str.append(f"PWD={{{credentials.PWD}}}")
271
elif type_auth == "ActiveDirectoryInteractive":
272
con_str.append(f"UID={{{credentials.UID}}}")
273
- elif type_auth == "ActiveDirectoryIntegrated":
274
- # why is this necessary???
275
- con_str.remove("UID={None}")
276
elif type_auth == "ActiveDirectoryMsi":
277
raise ValueError("ActiveDirectoryMsi is not supported yet")
278
0 commit comments