Skip to content

Commit e654b0b

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/posit/connect/external/databricks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ def sql_credentials_provider(self, *args, **kwargs):
153153
This way we can pass in a databricks `Config` object required by most of the SDK's `CredentialsProvider`
154154
implementations from where `sql.connect` is called.
155155
156-
https://github.com/databricks/databricks-sql-python/issues/148#issuecomment-2271561365
156+
See Also
157+
--------
158+
* https://github.com/databricks/databricks-sql-python/issues/148#issuecomment-2271561365
157159
"""
158160
return lambda: self.__call__(*args, **kwargs)
159161

0 commit comments

Comments
 (0)