Alembic – sqlalchemy does not detect existing tables
I had this exact same issue – I don’t know if it still affects you. For me, the problem was caused because the schema I was using was not the default – I think the same thing is happening for you, since you’re using a “Products” schema. I posted an issue at: https://bitbucket.org/zzzeek/alembic/issue/281/autogenerate-fails-to-detect-existing And with … Read more