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

bqx: enable discuss@ authenticated queries for unified views #894

Open
stephen-soltesz opened this issue Apr 11, 2022 · 0 comments
Open

Comments

@stephen-soltesz
Copy link
Contributor

The discuss@ authenticated bigquery-exporter queries verify that users with query privileges from membership in the discuss@ list preserve access to the bigquery tables published through measurement-lab project.

For the pass-through table views, this is a very simple and efficient test.

Today, the unified views are very inefficient. A simple, date limited query "date > 2 days ago" still scans the complete history, which scans ~3T of BQ data.

The bqx discuss@ queries should include queries to the unified views once they are more efficient to query.

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

No branches or pull requests

1 participant