Skip to content

Commit dd02020

Browse files
Update src/posit/connect/external/databricks.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent e654b0b commit dd02020

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/posit/connect/external/databricks.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ def _get_auth_type(local_auth_type: str) -> str:
5656
otherwise, we should return the auth_type of the configured local_strategy instead
5757
to avoid breaking someone elses attribution.
5858
59-
https://github.com/databricks/databricks-sdk-py/blob/v0.29.0/databricks/sdk/config.py#L261-L269
60-
6159
NOTE: The databricks-sql client does not use auth_type to set the user-agent.
6260
https://github.com/databricks/databricks-sql-python/blob/v3.3.0/src/databricks/sql/client.py#L214-L219
61+
62+
See Also
63+
--------
64+
* https://github.com/databricks/databricks-sdk-py/blob/v0.29.0/databricks/sdk/config.py#L261-L269
6365
6466
Returns
6567
-------

0 commit comments

Comments
 (0)