seitenbau-govdata
seitenbau-govdata
> What this pull request does is make this command behave as it did before 2016 or 2017. I am not sure why it was changed; it worked very well...
> There used to be a command that would clear all completed jobs. It was very helpful. I suppose it disappeared when the `clearsource_history` command was added. No, there wasn't...
> I remember a time when I could clear all completed jobs, and it would not cause duplicate rows in the package table after it was used. This issue of...
> It is helpful to know that our organization is not the only one who has had this problem. The current interface does not provide any way of clearing past...
Hi Francesco, we have the same problem when harvesting a remote CKAN with about 50K datasets. Our workaround to get the harvesting jobs working again is to clear the whole...
Hi Francesco, good to hear that the workaround is working for you, too. I think there are two options to improve the code: 1. Instead of paging the search results...
I think there is already a command `clear-history` https://github.com/ckan/ckanext-harvest/blob/d84d847b09f28ab97bf1ca0baa651fdc05693d03/ckanext/harvest/cli.py#L112 or rather `clearsource_history` https://github.com/ckan/ckanext-harvest/blob/d84d847b09f28ab97bf1ca0baa651fdc05693d03/ckanext/harvest/commands/harvester.py#L220 for deleting the old harvest jobs and the related objects. But at the moment the command still...
The pull request is now available. https://github.com/ckan/ckanext-harvest/pull/484
Now there is a configuration option https://github.com/ckan/ckanext-dcat#inherit-license-from-the-dataset-as-fallback-in-distributions to enable the inheritance of the license from the dataset to the distributions.
The last version of CKAN in which the function `package_create_rest ` exists at least is `2.7`.