ckan / ckanext-archiver

Archive CKAN resources
MIT License
21 stars 46 forks source link

Archiver task cannot handle non-standard resource IDs #79

Open ThrawnCA opened 3 years ago

ThrawnCA commented 3 years ago

tasks.py retrieves package details using the package_show action, and expects the retrieved resource IDs to be UUIDs (it validates them using is_id). However, it is possible for the IDs to have other formats, which makes the archival task fail.