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 2124fe0 commit 404aadfCopy full SHA for 404aadf
src/databricks/sql/backend/sea/utils/http_client.py
@@ -197,7 +197,7 @@ def _make_request(
197
json=data, # requests handles JSON encoding automatically
198
headers=headers,
199
)
200
- response.raise_for_status()
+ response.raise_for_status()
201
return response.json()
202
except MaxRetryDurationError as e:
203
# MaxRetryDurationError is raised directly by DatabricksRetryPolicy
0 commit comments