You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/databricks/sql/client.py
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ def __init__(
123
123
`oauth_client_id` is set
124
124
125
125
user_agent_entry: `str`, optional
126
-
Tag to add to User-Agent header. For use by partners. If not specified, it will use the default user agent PyDatabricksSqlConnector
126
+
A custom tag to append to the User-Agent header. This is typically used by partners to identify their applications.. If not specified, it will use the default user agent PyDatabricksSqlConnector
127
127
128
128
experimental_oauth_persistence: configures preferred storage for persisting oauth tokens.
129
129
This has to be a class implementing `OAuthPersistence`.
0 commit comments