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

Deprecate `dumprows` #152

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

The same functionality can be obtained by calling iter_rows and using function externally. Alternatively we could implement some kind of concurrent_map function instead that uses concurrent futures and Threading (or multiprocessing) to run function concurrently.

Acceptance criteria