Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
If you mean trino-python-client/trino/sqlalchemy/dialect.py Lines 141 to 142 in df08367 What you're probably looking for is instead trino-python-client/trino/dbapi.py Lines 159 to 160 in df08367 And no, I can't see anywhere in the code where a different requests session is created - we always reuse the one created initially. However I think there's a bug here - trino-python-client/trino/client.py Lines 489 to 493 in df08367 verify if a custom http_session is also passed which seems wrong maybe? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've spent most of the day trying to diagnose an issue where when spooling occurs we see
CERTIFICATE_VERIFY_FAILED for users using the sql_engine in downstream code
The cert we pass into the create_engine seems valid, is there any way the requests session that used to pull the spooled segments picks up a different cert?
@wendigo
Beta Was this translation helpful? Give feedback.
All reactions