You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap all requests.exceptions.RequestException as TrinoConnectionError
Before this change if a user needed to catch connection errors (e.g.
connection refused) they needed to add a dependency on requests and
import the relevant exception from requests.exceptions module.
After this change all requests exception get rethrown as a
TrinoConnectionError instead.
0 commit comments