AttributeError: 'Connection' object has no attribute ...
bitbucket.org › zzzeek › sqlalchemy_oldAug 18, 2017 · I am currently receiving the exception mentioned in the title on a production deployment of a flask application using SQLAlchemy. This issue has happened before (closed in #1246 and #2317), but appears to have resurfaced again. Some info about my environment: ``` #!bash % py --version Python 3.4.3 % pip freeze | grep SQLAlchemy SQLAlchemy==1.1.4 ``` Database is an RDS instance on AWS using ...