On 12/24/2015 12:15 PM, Jonathan Beluch wrote:
> I have a view that exists in the database and is defined in the metadata
> object via a Table() construct. When I use autogenerate, alembic always
> thinks that the view doesn't exist in the DB (it does) and so generates
> a create table operation.
I have a view that exists in the database and is defined in the metadata
object via a Table() construct. When I use autogenerate, alembic always
thinks that the view doesn't exist in the DB (it does) and so generates a
create table operation.
I think it has to do with an asymmetry in autogenera