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

Relaxed DP Option #1265

Open
eriktaubeneck opened this issue Sep 9, 2024 · 0 comments
Open

Relaxed DP Option #1265

eriktaubeneck opened this issue Sep 9, 2024 · 0 comments

Comments

@eriktaubeneck
Copy link
Member

We merged #1263 to unbreak main, but it would be useful to better articulate the goals of this. Right now, (if I'm reading this correctly):

  1. The RelaxedDp is used if helper is compiled with cli or test-fixture feature flags.
  2. It's independent of how report_collector is compiled, or the query config it sends to the helpers.

What I think we actually want is:

  1. report_collector specifies if it wants RelaxedDp or not in the query config.
  2. helper rejects queries with RelaxedDp if it's not compiled with cli or test-fixture

I'm also unclear what the cli feature flag enables, and how it's related here.

Originally posted by @eriktaubeneck in #1263 (comment)

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

No branches or pull requests

1 participant