google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.29k stars 554 forks source link

Use parameterized bigquery queries #1747

Open oliverchang opened 4 years ago

oliverchang commented 4 years ago

BigQuery now supports parameterized queries: https://cloud.google.com/bigquery/docs/parameterized-queries. We should use that.

lookfwd commented 4 years ago

Can we have a little layer-abstraction that allows us to swap bigquery with another DB? There are about 5 complex BQ queries. It shouldn't be that bad to abstract those to support different back-ends.