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 384849f commit 54f281fCopy full SHA for 54f281f
src/databricks/sql/telemetry/telemetry_client.py
@@ -492,7 +492,7 @@ def send_connection_error_telemetry(
492
493
url = f"https://{host_url}/telemetry-unauth"
494
headers = {"Accept": "application/json", "Content-Type": "application/json"}
495
-
+
496
# Send synchronously for connection errors since we're probably about to exit
497
response = requests.post(
498
url,
@@ -509,4 +509,4 @@ def send_connection_error_telemetry(
509
)
510
511
except Exception as e:
512
- logger.debug("Failed to send connection error telemetry: %s", e)
+ logger.debug("Failed to send connection error telemetry: %s", e)
0 commit comments