I have a ckan instance configured with the filestore, datastore and datapusher plugins enabled.
When I create a new resource, the datapusher plugin correctly adds a new table to datasoredb and populates it with data.
But if I update the resource, a new datapusher task starts, and everything updates correctly. In another ckan instance with the resource associated with it, I need to manually start the task, but everything works fine.
The problem occurs if I delete the resource. Data warehouse tables are still available, and even the file link is still active.
Is there a way to configure it to automatically save each resource trace ??? I mean, delete files from filestore, tables from data store, api, links, etc.
source
share