Skip to content

Commit dc0a3a8

Browse files
committed
fixed error args
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent a38db27 commit dc0a3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/thrift_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ def _handle_request_error(self, error_info, attempt, elapsed):
315315
network_request_error = RequestError(
316316
user_friendly_error_message,
317317
full_error_info_context,
318+
self.get_connection_uuid(),
318319
error_info.error,
319-
connection_uuid=self.get_connection_uuid(),
320320
)
321321
logger.info(network_request_error.message_with_context())
322322

0 commit comments

Comments
 (0)