Skip to content

Commit 4f2004c

Browse files
authored
Merge pull request #149 from dbt-msft/swanderz-patch-2
drop unecessary& broken code from ADIntegrated connection option
2 parents 8c5de8f + 94e918b commit 4f2004c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dbt/adapters/sqlserver/connections.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ def open(cls, connection):
270270
con_str.append(f"PWD={{{credentials.PWD}}}")
271271
elif type_auth == "ActiveDirectoryInteractive":
272272
con_str.append(f"UID={{{credentials.UID}}}")
273-
elif type_auth == "ActiveDirectoryIntegrated":
274-
# why is this necessary???
275-
con_str.remove("UID={None}")
276273
elif type_auth == "ActiveDirectoryMsi":
277274
raise ValueError("ActiveDirectoryMsi is not supported yet")
278275

0 commit comments

Comments
 (0)