Releases: datopian/ckanext-dcat
Releases · datopian/ckanext-dcat
v0.1.0
- Fixes the error of
TypeError: cannot concatenate ‘str’ and ‘NoneType’ objects
which occurs when a dataset is removed from the source of harvest and causes the harvest job to stuck in an infinite loop. - Fixes the error of The status never changes from
ongoing
tofinished
when stuck in infinite loop - Deletes the dataset which has been removed from the source (Applicable for datasets only after this change is in effect. The datasets which were removed before this change wont be removed from ckan. They would have to be deleted manually).