Re: online vs offline produce different "python stack traces" and general question

2018-09-06 Thread HP3
Thank you very much Mike! The older baseline is on v0.9.7 but I am not sure if I can bump it up 'blindly' ... I think all constructs are "vanilla" so maybe it's safe. In my v0.9.7 based model, I used history_meta recipe (slightly modified though). At any rate, after fudging around with some

Re: online vs offline produce different "python stack traces" and general question

2018-09-06 Thread Mike Bayer
On Thu, Sep 6, 2018 at 1:14 PM, HP3 wrote: > Hello, > > As I try alembic (for the first time), I ran into the following stack traces > when attempting to conduct a "nasty" migration. > > I call it "nasty" because the original model was based on sqlalchemy v0.9 + > python 2.7 and the new model is

online vs offline produce different "python stack traces" and general question

2018-09-06 Thread HP3
Hello, As I try alembic (for the first time), I ran into the following stack traces when attempting to conduct a "nasty" migration. I call it "nasty" because the original model was based on sqlalchemy v0.9 + python 2.7 and the new model is sqlalchemy v1.2 + python 3.6. ON TOP OF THAT, it's a