[sqlalchemy] SELECT ... INTO Contribution

2018-11-06 Thread Paul Becotte
Hi! I recently needed to use the select ... into ... construct to build a temp table in Redshift. I used the recipe https://bitbucket.org/zzzeek/sqlalchemy/wiki/UsageRecipes/SelectInto here to get a good idea of how to go about this, and was wondering if I should contribute the final working

[sqlalchemy] gevent.monkey.patch_all() breaks my Sqlalchemy connection...

2016-07-19 Thread Paul Becotte
Hi! So, I have a traditional Flask app using flask-sqlalchemy and sqlalchemy ORM, served with uwsgi. Uwsgi is set with processes=4 and threads=4. Yesterday I added grequests to improve a single area of the app a bit (I had to do a couple hundred external API calls to build a single data