Skip to content

Commit 2c5afe4

Browse files
Merge branch 'main' into robust-metadata-sea
2 parents 2f96e37 + 3b0c882 commit 2c5afe4

File tree

4 files changed

+658
-145
lines changed

4 files changed

+658
-145
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(
127127
total=_attempts_remaining,
128128
respect_retry_after_header=True,
129129
backoff_factor=self.delay_min,
130-
allowed_methods=["POST"],
130+
allowed_methods=["POST", "GET", "DELETE"],
131131
status_forcelist=[429, 503, *self.force_dangerous_codes],
132132
)
133133

0 commit comments

Comments
 (0)