You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our harvest run, records that have already been deleted are to be deleted again. This leads to an error.
File "/usr/lib/ckan/default/src/ckanext-dcat/ckanext/dcat/harvesters/rdf.py", line 281, in import_stage
p.toolkit.get_action('package_delete')(context, {'id': harvest_object.package_id})
File "/usr/lib/ckan/default/src/ckan/ckan/logic/__init__.py", line 504, in wrapped
result = _action(context, data_dict, **kw)
File "/usr/lib/ckan/default/src/ckan/ckan/logic/action/delete.py", line 90, in package_delete
raise NotFound
The text was updated successfully, but these errors were encountered:
jze
added a commit
to jze/ckanext-dcat
that referenced
this issue
Jan 16, 2023
In our harvest run, records that have already been deleted are to be deleted again. This leads to an error.
The text was updated successfully, but these errors were encountered: