Skip to content

Commit d766f13

Browse files
Update kv pair
1 parent 5554673 commit d766f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/dbutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def __init__(self, config: "Config" = None):
213213
# Create a shallow copy of the config to allow the use of a custom
214214
# user-agent while avoiding modifying the original config.
215215
self._config = Config() if not config else config.copy()
216-
self._config.with_user_agent_extra("sdk-feature", "dbutils")
216+
self._config.with_user_agent_extra("dbutils", "remote")
217217

218218
self._client = ApiClient(self._config)
219219
self._clusters = compute_ext.ClustersExt(self._client)

0 commit comments

Comments
 (0)