v0.2.4
- Handle case where
split_by_sql
is used, but no data extract is passed. - Automatically
drop_all
prior tocreate_all
database tables (preventing conflicts if the existing db table has an incorrect schema).
split_by_sql
is used, but no data extract is passed.drop_all
prior to create_all
database tables (preventing conflicts if the existing db table has an incorrect schema).