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 d1fcad4 commit 1256bb6Copy full SHA for 1256bb6
src/databricks/sql/client.py
@@ -311,12 +311,12 @@ def read(self) -> Optional[OAuthToken]:
311
**telemetry_kwargs,
312
)
313
314
- intial_telmetry_kwargs = {
+ initial_telemetry_kwargs = {
315
"http_path": http_path,
316
"port": self.port,
317
"socket_timeout": kwargs.get("_socket_timeout", None),
318
}
319
- self.telemetry_client.export_initial_telemetry_log(**intial_telmetry_kwargs)
+ self.telemetry_client.export_initial_telemetry_log(**initial_telemetry_kwargs)
320
321
def _set_use_inline_params_with_warning(self, value: Union[bool, str]):
322
"""Valid values are True, False, and "silent"
0 commit comments