Re: Integrate PyHive and Alembic

2017-03-01 Thread Alexander Peletz
sqlalchemy/dialects/mysql/base.py#L982 > > > > > On 03/01/2017 02:13 PM, Alexander Peletz wrote: > > I am using the pyhive library which includes a partial implementation of > > the 'hive' dialect. I have edited various aspects of this dialect but I > &g

Re: Integrate PyHive and Alembic

2017-03-01 Thread Alexander Peletz
, Alexander On Friday, February 10, 2017 at 1:26:20 PM UTC-5, mike bayer wrote: > > > > On 02/10/2017 12:41 PM, Alexander Peletz wrote: > > Great thank you for the quick response! I actually found this morning > > that I can put the class definition in alembic/ddl/impl.p

Re: Integrate PyHive and Alembic

2017-02-10 Thread Alexander Peletz
valid HiveQL keywords. I assume somewhere in the HiveImpl class I could override the contents of this statement, but I couldn't figure out where/how to do that. Thanks, Alexander On Friday, February 10, 2017 at 9:45:38 AM UTC-5, mike bayer wrote: > > > > On 02/10/2017 07:41 AM,

Integrate PyHive and Alembic

2017-02-10 Thread Alexander Peletz
Hello, I would like to use Alembic to manage my Hive Metastore. I have installed, PyHive, SqlAlchemy, and Alembic. I am able to create a functional engine object using the 'hive' dialect in sqlalchemy, however I cannot get Alembic to recognize this dialect. The problem appears to be a lack of a