I try to do basic ETL job with SQLalchemy but it always enforces relations between tables. I only like to copy the tables with the raw data inside without the considration of table relations. How can I drop all those relations from the DB metadata and copy the tables. In addition I also need to create tables if they are not exist. The use of create_all() function does not meet my needs because of the aforementioned problems.
-- 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.