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
Is your feature request related to a problem? Please describe.
We update datasets using FTM_STORE and reindex. This doesn't change the last content updated date. Currently the only way to touch a dataset is by running an aleph container based on the aleph image loaded with the production secrets to talk to prod Aleph to run aleph touch dataset. This is not ideal, as we are trying to decouple our workflows/data processing from production Aleph as much as is possible. I don't like having to have all the prod secrets to do this.
Describe the solution you'd like
A new Aleph API endpoint would help solve this problem:
Is your feature request related to a problem? Please describe.
We update datasets using FTM_STORE and reindex. This doesn't change the last content updated date. Currently the only way to touch a dataset is by running an aleph container based on the aleph image loaded with the production secrets to talk to prod Aleph to run
aleph touch dataset
. This is not ideal, as we are trying to decouple our workflows/data processing from production Aleph as much as is possible. I don't like having to have all the prod secrets to do this.Describe the solution you'd like
A new Aleph API endpoint would help solve this problem:
https://aleph.occrp.org/api/2/collections/{collection_id}/touch
Describe alternatives you've considered
Running aleph in a container with all production secrets loaded :/
Additional context
Add any other context or screenshots about the feature request here.
Nope
The text was updated successfully, but these errors were encountered: