tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Implement DELETE's for UPDATE's to metadata only ingestion #289

Open lewismc opened 1 year ago

lewismc commented 1 year ago

For scenarios where a metadata entry is REMOVED, we need to ensure that metadata table entry is also DELETE'd. https://github.com/tagbase/tagbase-server/blob/main/tagbase_server/tagbase_server/utils/processing_utils.py#L325C5-L336

renato2099 commented 1 year ago

hey @lewismc , I put up a PR for this here https://github.com/tagbase/tagbase-server/pull/304