Re: Alembic autogenerate ignore non mapped tables.

2017-10-15 Thread Mike Bayer
On Sat, Oct 14, 2017 at 11:16 PM, Srikanth Bemineni wrote: > Hi, > > When I auto generate a migration using alembic, it automatically drops some > dynamically created tables which are in the DB schema. These tables are > dynamically created by my application. These

Alembic autogenerate ignore non mapped tables.

2017-10-14 Thread Srikanth Bemineni
Hi, When I auto generate a migration using alembic, it automatically drops some dynamically created tables which are in the DB schema. These tables are dynamically created by my application. These class don't inherit declarative base. They are added to declarative base by the application