[sqlalchemy] Creating New Tables from SQL DDL Components

2015-12-27 Thread Philip Martin
I am integrating a new data source that provides schema data and versioning in text files. The schema is comprised of several sub-schemas, and overall, contains over 250+ tables. The data model is actually very good, with lots of skinny tables/normalized properly. The schema dialect for data

Re: [sqlalchemy] Creating New Tables from SQL DDL Components

2015-12-27 Thread Mike Bayer
On 12/27/2015 10:48 AM, Philip Martin wrote: > I am integrating a new data source that provides schema data and > versioning in text files. The schema is comprised of several > sub-schemas, and overall, contains over 250+ tables. The data model is > actually very good, with lots of skinny