Skip to content
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

Add "soft delete"/"hide" to covidcast ingestion #96

Closed
krivard opened this issue Apr 29, 2020 · 1 comment
Closed

Add "soft delete"/"hide" to covidcast ingestion #96

krivard opened this issue Apr 29, 2020 · 1 comment
Labels
Engineering Used to filter issues when synching with Asana

Comments

@krivard
Copy link
Contributor

krivard commented Apr 29, 2020

We occasionally want to remove a span of data from the covidcast API with the following constraints:

  1. avoid blowing away our existing estimate history for that span
  2. avoid the API erroneously reporting 0 for that span

For the moment, we're just sacrificing the first constraint and having an admin do a DELETE FROM, but it would be less strain on the rapidly-shrinking devops team if sensor groups could do this themselves through the existing ingestion infrastructure. Maybe a magic value?

This would require the API serving routine and the metadata generator to be aware of whatever we design, so that the relevant spans are excluded.

@SumitDELPHI SumitDELPHI added the Engineering Used to filter issues when synching with Asana label Dec 2, 2020
@krivard
Copy link
Contributor Author

krivard commented Feb 2, 2023

Fixed with DELETE nancode

@krivard krivard closed this as completed Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Used to filter issues when synching with Asana
Projects
None yet
Development

No branches or pull requests

2 participants