Skip to content

Commit 92a9260

Browse files
allow GET (untested)
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 8576f31 commit 92a9260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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", "DELETE"],
130+
allowed_methods=["POST", "DELETE", "GET"],
131131
status_forcelist=[429, 503, *self.force_dangerous_codes],
132132
)
133133

0 commit comments

Comments
 (0)