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
104 stars 25 forks source link

Make executemany return row count #114

Closed volcan01010 closed 2 years ago

volcan01010 commented 2 years ago

Summary

As a developer, I want executemany to return a count of processed rows so that I can use it elsewhere.

Description

executemany and related functions load, copy_rows, copy_table_rows should all return the number of rows that were processed. This would let the value be used downstream or in further logging.

Acceptance criteria