We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
helper
cli
test-fixture
report_collector
What I think we actually want is:
I'm also unclear what the cli feature flag enables, and how it's related here.
Originally posted by @eriktaubeneck in #1263 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
helper
is compiled withcli
ortest-fixture
feature flags.report_collector
is compiled, or the query config it sends to the helpers.What I think we actually want is:
report_collector
specifies if it wants RelaxedDp or not in the query config.helper
rejects queries with RelaxedDp if it's not compiled withcli
ortest-fixture
I'm also unclear what the
cli
feature flag enables, and how it's related here.Originally posted by @eriktaubeneck in #1263 (comment)
The text was updated successfully, but these errors were encountered: