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

Allow schema-qualified names in validate_identifier #141

Closed volcan01010 closed 1 year ago

volcan01010 commented 1 year ago

This is a minor fix to allow schema-qualified table names e.g. "public.my_table" to pass validation.

volcan01010 commented 1 year ago

Merging my own code for minor fix.