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: include query parameters in QueryJobConfiguration #1892

Closed
tswast opened this issue Apr 10, 2017 · 1 comment
Closed

BigQuery: include query parameters in QueryJobConfiguration #1892

tswast opened this issue Apr 10, 2017 · 1 comment
Assignees
Labels
api: bigquery Issues related to the BigQuery API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone

Comments

@tswast
Copy link
Contributor

tswast commented Apr 10, 2017

I notice that QueryRequest.Builder has methods to add positional and named parameters, but QueryJobConfiguration.Builder does not.

After a discussion with the BigQuery engineering team, I'm updating all the Java samples to create a job directly (jobs.insert) rather than use the query method (jobs.query). I won't be able to update the samples that use query parameters until these methods are included in the QueryJobConfiguration class.

@tswast tswast added the api: bigquery Issues related to the BigQuery API. label Apr 10, 2017
@shinfan shinfan added priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels May 8, 2017
@shinfan shinfan added this to the BigQuery GA milestone May 8, 2017
@garrettjonesgoogle
Copy link
Member

This was incidentally completed as part of #2323 .

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. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants