trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

SQLAlchemy support for externalAuthentication #343

Closed IceS2 closed 9 months ago

IceS2 commented 1 year ago

Describe the feature

It'd be great to have SQLAlchemy support for the externalAuthentication query parameter since there are a few libraries that use SQLAlchemy underneath and sometimes passing a Python Class through the connection_args is not possible

Describe alternatives you've considered

No response

Are you willing to submit PR?