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 3eabac9 commit fb9ef43Copy full SHA for fb9ef43
src/databricks/sql/telemetry/telemetry_client.py
@@ -397,8 +397,8 @@ def close_telemetry_client(session_id_hex):
397
global _initialized, _executor
398
with _lock:
399
if (telemetry_client := _clients.pop(session_id_hex, None)) is not None:
400
- # if session_id_hex in _clients:
401
- # telemetry_client = _clients.pop(session_id_hex)
+ # if session_id_hex in _clients:
+ # telemetry_client = _clients.pop(session_id_hex)
402
logger.debug("Removing telemetry client for connection %s", session_id_hex)
403
telemetry_client.close()
404
0 commit comments