Implement BigQuery Parameterization #246
Labels
api: bigquery
Issues related to the BigQuery API.
release blocking
Required feature/issue must be fixed prior to next release.
🚨
This issue needs some love.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#request-body
A query can put placeholders in the query text, which can then be filled in with queryParameters. Depending on what parameterMode is set to, the parameter can be positional ? or names @somename.
See also: googleapis/google-cloud-python#2551
The text was updated successfully, but these errors were encountered: