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

correct the options to DbParams in the README #16

Closed metazool closed 4 years ago

metazool commented 4 years ago

Adding custom DbParams as per the README results in this, these must be options to the older version:

etlhelper.exceptions.ETLHelperDbParamsError: {'user', 'dbname'} not set. Required parameters are {'user', 'dbname', 'port', 'host'}

metazool commented 4 years ago

Ah I see this was covered in the previous PR now merged, good