-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with SQLAlchemy create_engine #190
Comments
|
I've tried it in the following environment and there is no problem. Pipfile
Pipfile.lock
main.py
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The README for this repo describes the steps for using SQLAlchemy directly with a connect string. When I try to run
create_engine
I get the following error:I can connect fine to this using the
connect
function in pyathena.The text was updated successfully, but these errors were encountered: