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 76fb623 commit 66192b4Copy full SHA for 66192b4
src/databricks/sql/telemetry/telemetry_client.py
@@ -486,6 +486,7 @@ def initialize_telemetry_client(
486
):
487
"""Initialize a telemetry client for a specific connection if telemetry is enabled"""
488
try:
489
+
490
with TelemetryClientFactory._lock:
491
TelemetryClientFactory._initialize()
492
0 commit comments