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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,10 @@ def __init__(
170
170
port of the oauth redirect uri (localhost). This is required when custom oauth client_id
171
171
`oauth_client_id` is set
172
172
173
+
identity_federation_client_id: `str`, optional
174
+
Service-principal client ID for mandatory SP-wide workload identity
175
+
token exchange. Supported by both the default and kernel backends.
176
+
173
177
user_agent_entry: `str`, optional
174
178
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
0 commit comments