Re: Re: Integrate PyHive and Alembic

2020-02-24 Thread Mike Bayer
On Mon, Feb 24, 2020, at 3:44 PM, Ke Zhu - k...@us.ibm.com wrote: > Mike, > > Thanks for the pointers. I've figured out the programming part and discovers > more things when integrating PyHive: > > 1. It requires the table alembic_version to be transactional so that it can > do Update/Delete

Re: Re: Integrate PyHive and Alembic

2020-02-24 Thread Ke Zhu - k...@us.ibm.com
Mike, Thanks for the pointers. I've figured out the programming part and discovers more things when integrating PyHive: 1. It requires the table alembic_version to be transactional so that it can do Update/Delete when upgrade/downgrade. which is challege for Hive3 which has limited ACID support. Si