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.
1 parent f2d4516 commit aeeca66Copy full SHA for aeeca66
src/databricks/sql/auth/auth.py
@@ -52,7 +52,7 @@ def get_auth_provider(cfg: ClientContext):
52
# TODO: In a future refactoring, token federation should be a feature that wraps
53
# any auth provider, not a separate auth type. The code below treats it as an auth type
54
# for backward compatibility, but this approach will be revised.
55
-
+
56
if cfg.credentials_provider:
57
# If token federation is enabled and credentials provider is provided,
58
# wrap the credentials provider with DatabricksTokenFederationProvider
0 commit comments