Skip to content

BigQuery: Add support for query parameters #1411

Closed
@tswast

Description

@tswast

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.

I'd expect these to be available on the QueryRequest.

See also: googleapis/google-cloud-python#2551

Metadata

Metadata

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions