Skip to content

Commit

Permalink
updated service principal authentication mode alias and bumped wheel …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
prdpsvs committed Nov 28, 2023
1 parent c0949a5 commit b5afb8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dbt/adapters/fabric/fabric_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def _connection_keys(self):
if self.windows_login is True:
self.authentication = "Windows Login"

if self.authentication.lower().strip() == "serviceprincipal":
self.authentication = "ActiveDirectoryServicePrincipal"

return (
"server",
"database",
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==7.4.3
twine==4.0.2
wheel==0.41.3
wheel==0.42
pre-commit==3.5.0
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.7.2
Expand Down

0 comments on commit b5afb8d

Please sign in to comment.