You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/parameters.md
-70Lines changed: 0 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,73 +254,3 @@ You should only set `use_inline_params=True` in the following cases:
254
254
4. Your client code uses [sequences as parameter values](#passing-sequences-as-parameter-values)
255
255
256
256
We expect limitations (1) and (2) to be addressed in a future Databricks Runtime release.
257
-
258
-
# Telemetry Circuit Breaker Configuration
259
-
260
-
The Databricks SQL connector includes a circuit breaker pattern for telemetry requests to prevent telemetry failures from impacting main SQL operations. This feature is enabled by default and can be controlled through a connection parameter.
261
-
262
-
## Overview
263
-
264
-
The circuit breaker monitors telemetry request failures and automatically blocks telemetry requests when the failure rate exceeds a configured threshold. This prevents telemetry service issues from affecting your main SQL operations.
265
-
266
-
## Configuration Parameter
267
-
268
-
| Parameter | Type | Default | Description |
269
-
|-----------|------|---------|-------------|
270
-
|`telemetry_circuit_breaker_enabled`| bool |`True`| Enable or disable the telemetry circuit breaker |
0 commit comments