-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If you use the AIS Geocoder and the input file contains the fields that you will ultimately update in another table and then try to upsert that file into postgres, you may upsert the wrong data even if you correctly use the column mappings. This may be because the existing fields are retained in the temporary table created in dbtools.postgres
.
The best workaround was to remove the fields in AIS Geocoder, but perhaps something is wrong with the create temp table or perhaps it should fail if a mapping is made to an existing column when trying to create the temp table.
Metadata
Metadata
Assignees
Labels
No labels