Skip to content

BigQuery: include query parameters in QueryJobConfiguration #1892

@tswast

Description

@tswast

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.

Metadata

Metadata

Labels

api: bigqueryIssues related to the BigQuery API.priority: p1Important 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.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions