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

adjust Penn thumbnail fetching due to data changes on their end #559

Closed jacobthill closed 2 weeks ago

jacobthill commented 2 weeks ago

Penn Museum changed the way they share data and the columns available. The url column is no longer available but can be built with the uri so I added that logic to the get_thumbnail function and also added some error handling for JSONDecodeErrors since I encountered one during testing.