Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Automating data deletion through schema updates #591

Open
jepstein opened this issue Jan 19, 2023 · 0 comments
Open

Automating data deletion through schema updates #591

jepstein opened this issue Jan 19, 2023 · 0 comments
Assignees

Comments

@jepstein
Copy link
Contributor

Need to first determine timing of deletion for each environment

Schedule for data deletion

In the case of both Glean and legacy-telemetry based studies, you will make use of delete_after_days to set deletion for each Rally project. This can be submitted via PR.

For Glean-based studies, you will need to modify https://github.com/mozilla/probe-scraper/blob/main/repositories.yaml#L229, setting this property to the appropriate setting for each Glean project. You can see a PR that was used to add a similar property at mozilla/probe-scraper#530

For Legacy telemetry based studies, it is a little more involved. You will need to modify each schema in https://github.com/mozilla-services/mozilla-pipeline-schemas and rebuild according to the README.md in the repository. You can see a PR that was used to add a similar property at mozilla-services/mozilla-pipeline-schemas#754.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants