We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5554673 commit d766f13Copy full SHA for d766f13
databricks/sdk/dbutils.py
@@ -213,7 +213,7 @@ def __init__(self, config: "Config" = None):
213
# Create a shallow copy of the config to allow the use of a custom
214
# user-agent while avoiding modifying the original config.
215
self._config = Config() if not config else config.copy()
216
- self._config.with_user_agent_extra("sdk-feature", "dbutils")
+ self._config.with_user_agent_extra("dbutils", "remote")
217
218
self._client = ApiClient(self._config)
219
self._clusters = compute_ext.ClustersExt(self._client)
0 commit comments