Just a thought. Is there a way to make sqlalchemy 'recognize' my 
dynamically created table which will allow me to use 
the bulk_insert_mappings or .__table__.insert() . My application is with 
flask so I'm using flask-sqlalchemy. If there a way to make sqlalchemy see 
my created tables like the tables mapped to models? Please share with me 
the BEST way to approach this. In the end, I just want to insert rows onto 
the table in a nice efficient way.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to