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 e654b0b commit dd02020Copy full SHA for dd02020
src/posit/connect/external/databricks.py
@@ -56,10 +56,12 @@ def _get_auth_type(local_auth_type: str) -> str:
56
otherwise, we should return the auth_type of the configured local_strategy instead
57
to avoid breaking someone elses attribution.
58
59
- https://github.com/databricks/databricks-sdk-py/blob/v0.29.0/databricks/sdk/config.py#L261-L269
60
-
61
NOTE: The databricks-sql client does not use auth_type to set the user-agent.
62
https://github.com/databricks/databricks-sql-python/blob/v3.3.0/src/databricks/sql/client.py#L214-L219
+
+ See Also
63
+ --------
64
+ * https://github.com/databricks/databricks-sdk-py/blob/v0.29.0/databricks/sdk/config.py#L261-L269
65
66
Returns
67
-------
0 commit comments