-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate and add last updated value to data outputs #562
Comments
Are we want like this?
Add an extra parameter |
I think that having the timestamp in the LID object might make more sense so that the LID is the base unit? With that sounds really good though! |
For clarifying, last update, we need to add Is it correct ? |
Looks great, @axif0! We'd also need this to be ignored in the checks? |
Are you referring to this commit e363282 for add modified date in missing forms queries ? |
Exactly this, @axif0 :) Thanks so much for you attention to detail! |
Terms
Description
A long term goal for Scribe is that data updates will only need to be for the specific data that's been updated since the last time that the user requested new data. One way this could be achieved is by getting the last time that the Wikidata item was edited and adding this as a
last_updated
field in the JSON and SQLite tables. This would allow us to serve data that meets the condition thatlast_updated >= last_app_data_update
.This issue would investigate how to get the last time that a Wikidata entry was edited via both the JSON dump and the Wikidata Query Service queries and add this to the outputs of both processes 🚀
Contribution
Happy to support someone who has interest in working on this!
@axif0 might pick this up for Outreachy, but could also review if someone else had interest 📶✈
The text was updated successfully, but these errors were encountered: