nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

Make it possible to update existing datasets #92

Closed aperrin66 closed 1 month ago

aperrin66 commented 3 years ago

If we try to harvest the same dataset (with the same entry_id) from two different URLs, we get an error because the unique constraint on the entry_id is violated. We need to update the existing dataset in such cases.

aperrin66 commented 1 month ago

Support for this was added in #138