Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22e5ce4

Browse files
samikshya-dbvarun-edachali-dbx
authored andcommitted
Improve debugging + fix PR review template (#514)
* Improve debugging + add PR review template* case sensitivity of PR templateSigned-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parentd36889d commit22e5ce4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

‎src/databricks/sql/auth/retry.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
400400
andstatus_codenotinself.force_dangerous_codes
401401
):
402402
raiseUnsafeToRetryError(
403-
"ExecuteStatement command can only be retried for codes 429 and 503"
403+
"ExecuteStatement command can only be retried for codes 429 and 503. Received code: {status_code}"
404404
)
405405

406406
# Request failed with a dangerous code, was an ExecuteStatement, but user forced retries for this

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp