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

Load improvements #121

Closed volcan01010 closed 2 years ago

volcan01010 commented 2 years ago

This pull request makes a number of small improvements to close multiple issues.

To test

Most of the changes are covered by tests. To see them manually:

Not covered by tests

Covered by tests

ximenesuk commented 2 years ago

This looks good locally. I pushed a very minor flake8 fix to satisfy the developer tests. One of the Python builds is failing. Is this a pull-stopper?

volcan01010 commented 2 years ago

I got this working now. There was something wrong with the pip install process in the Travis build for Python 3.7. I upgraded some of the install dependencies and now it works. Will merge. Thanks for review.