Skip to content

Commit

Permalink
Fixed typ-o
Browse files Browse the repository at this point in the history
Signed-off-by: Thijs Nijhuis <[email protected]>
  • Loading branch information
thijs-nijhuis committed Jun 11, 2024
1 parent d5388de commit 8990a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def authenticate(self, in_provider: Optional[TCredentialProvider]) -> TCredentia
)
return provider
except Exception as e:
# SPA token are suppose to expire after 24h, no need to warn
# SPA token are supposed to expire after 24h, no need to warn
if SPA_CLIENT_FIXED_TIME_LIMIT_ERROR in str(e):
logger.debug(CredentialLoadError(e))
else:
Expand Down

0 comments on commit 8990a72

Please sign in to comment.