For SQLAlchemy questions, come on over to our list at
https://groups.google.com/forum/#!forum/sqlalchemy .
as far as your .reflect() method, your tables might be under a different owner
than the user who you are connecting as, and they may or may not appear to be
“visible” locally if the system
On Wed, 20 Nov 2013, Michael Bayer wrote:
+--
| For SQLAlchemy questions, come on over to our list at
| https://groups.google.com/forum/#!forum/sqlalchemy .
+--
Thanks, I'll bookmark that!
Your suggestion of using echo='debug' got me through the logjam.
My coworker came up with the right value