sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Delete records with no thumbnail from Penn Museum #567

Closed jacobthill closed 2 weeks ago

jacobthill commented 2 weeks ago

The Penn Museum post harvest task currently looks up the record and grabs a thumbnail url when found. We need to add some logic to delete records that don't have a thumbnail. We can work around this by adding all records to the web app and then deleting those without thumbnails but this is inefficient.

Before re-running the Penn collections, this issue should also be resolved.