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
+16-6
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ def __init__(
122
122
port of the oauth redirect uri (localhost). This is required when custom oauth client_id
123
123
`oauth_client_id` is set
124
124
125
+
user_agent_entry: `str`, optional
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
+
125
128
experimental_oauth_persistence: configures preferred storage for persisting oauth tokens.
126
129
This has to be a class implementing `OAuthPersistence`.
127
130
When `auth_type` is set to `databricks-oauth` or `azure-oauth` without persisting the oauth token in a
0 commit comments