BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Add test for empty generator #122

Closed volcan01010 closed 2 years ago

volcan01010 commented 2 years ago

The existing check for an empty set of rows (if not rows) doesn't catch an empty generator.