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

Ensure sample_id is always populated #1265

Open
jklukas opened this issue Apr 27, 2020 · 0 comments
Open

Ensure sample_id is always populated #1265

jklukas opened this issue Apr 27, 2020 · 0 comments
Labels
pipeline metadata Should be solved by capturing new metadata in JSON schemas

Comments

@jklukas
Copy link
Contributor

jklukas commented Apr 27, 2020

As we continue to have discussions about data retention policies, sampling may become an even more important concern where we permanently delete data after a certain period of time based on sample_id.

We could consider adding more robust support for sampling, with schemas defined in mozilla-pipeline-schemas including metadata about the field(s) to use for calculating sample_id. Absent such a field, we could fall back to per-document sampling rather than per-client by calculating sample_id from document_id.

cc @mreid-moz

@jklukas jklukas added the pipeline metadata Should be solved by capturing new metadata in JSON schemas label Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipeline metadata Should be solved by capturing new metadata in JSON schemas
Projects
None yet
Development

No branches or pull requests

1 participant