Skip to content

Commit e3528a1

Browse files
add warning for legacy behaviour
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 7143eff commit e3528a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/databricks/sql/backend/sea/utils/http_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ def __init__(
119119
)
120120
else:
121121
# Legacy behavior - no automatic retries
122+
logger.warning(
123+
"Legacy retry behavior is enabled for this connection."
124+
" This behaviour is not supported for the SEA backend."
125+
)
122126
self.retry_policy = 0
123127

124128
# Handle proxy settings

0 commit comments

Comments
 (0)