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 36634c7 commit d7ba5e6Copy full SHA for d7ba5e6
src/posit/connect/external/databricks.py
@@ -50,7 +50,7 @@ def _new_bearer_authorization_header(credentials: Credentials) -> Dict[str, str]
50
def _get_auth_type(local_auth_type: str) -> str:
51
"""Returns the auth type currently in use.
52
53
- The databricks-sdk client uses the configurated auth_type to create
+ The databricks-sdk client uses the configured auth_type to create
54
a user-agent string which is used for attribution. We should only
55
overwrite the auth_type if we are using the PositCredentialsStrategy (non-local),
56
otherwise, we should return the auth_type of the configured local_strategy instead
0 commit comments