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

BigQuery: Add support for query parameters #1411

Closed
tswast opened this issue Nov 17, 2016 · 0 comments
Closed

BigQuery: Add support for query parameters #1411

tswast opened this issue Nov 17, 2016 · 0 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API.

Comments

@tswast
Copy link
Contributor

tswast commented Nov 17, 2016

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

@tswast tswast added the api: bigquery Issues related to the BigQuery API. label Nov 17, 2016
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
…0.0 (#1411)

* deps: update dependency com.google.cloud:google-cloud-pubsub to v1.120.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.1](googleapis/java-bigquerydatatransfer@v2.3.0...v2.3.1) (2022-07-11)


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub to v1.120.0 ([#1411](googleapis/java-bigquerydatatransfer#1411)) ([fcace5f](googleapis/java-bigquerydatatransfer@fcace5f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API.
Projects
None yet
Development

No branches or pull requests

3 participants