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 CHUNKSIZE constant #155

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

When chunk_size becomes a function argument, there is no need to include it as constant in the codebase.

volcan01010 commented 1 year ago

After discussion with @leorudczenko, we decided not to deprecate this.