Closed stlee-aurora closed 1 year ago
You may want to update SQLAlchemy to 1.4. Or use an older version of PyAthena; the latest version of PyAthena does not support SQLAlchemy 1.3.
If the error occurs in SQLAlchemy 1.4, please register the issue.
Got it, thanks for the response! I would suggest updating the version requirements for sqlalchemy
in the setup configuration.
Hello! I believe I have encountered a breaking compatibility issue between PyAthena>=3.0 and SQLAlchemy<1.4. My use case currently requires Python 3.10 and SQLAlchemy<1.4, so this issue prevents me from using PyAthena with SQLAlchemy.
A reproducible example: Python version 3.10.12
pyathena==3.0.10
sqlalchemy==1.3.24
When I execute:
from pyathena.sqlalchemy.base import AthenaDialect
I receive: