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

Create "overwrite" workflow for install activity #1019

Open
Tracked by #1198
bnelson-czi opened this issue May 3, 2023 · 1 comment
Open
Tracked by #1198

Create "overwrite" workflow for install activity #1019

bnelson-czi opened this issue May 3, 2023 · 1 comment
Labels
backend enhancement New feature or request improvement Release Label: Used for categorizing improvements in automated CI release notes

Comments

@bnelson-czi
Copy link

create "overwrite" workflow for install activity for when we need to update/backfill records for the entire view (not just most recently ingested data)

@bnelson-czi bnelson-czi added backend enhancement New feature or request improvement Release Label: Used for categorizing improvements in automated CI release notes labels May 3, 2023
@manasaV3 manasaV3 changed the title create "overwrite" workflow for install activity Create "overwrite" workflow for install activity May 5, 2023
@manasaV3
Copy link
Collaborator

manasaV3 commented May 5, 2023

Currently, the install data is fetched from a view. As we learn more from the data, we update the rules on what installs can be classified as cicd. But updating the rules on the view does not update the ingestion timestamp, so the existing install counts will not reflect the new install count.

While backfilling will update counts, it will not handle the edge case of removing records where there are no more valid installs for a specific record. We need to have a workflow to tackle such cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request improvement Release Label: Used for categorizing improvements in automated CI release notes
Projects
Status: Ready
Development

No branches or pull requests

2 participants