BigQuery: include query parameters in QueryJobConfiguration #1892
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
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.
The text was updated successfully, but these errors were encountered: