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 c084846 commit 7394295Copy full SHA for 7394295
src/databricks/sql/telemetry/telemetry_client.py
@@ -269,8 +269,8 @@ class TelemetryClientFactory:
269
"""
270
271
_clients: Dict[
272
- str, TelemetryClient
273
- ] = {} # Map of connection_uuid -> TelemetryClient
+ str, BaseTelemetryClient
+ ] = {} # Map of connection_uuid -> BaseTelemetryClient
274
_executor: Optional[ThreadPoolExecutor] = None
275
_initialized: bool = False
276
_lock = threading.Lock() # Thread safety for factory operations
0 commit comments