You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 whatparameterMode
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
The text was updated successfully, but these errors were encountered: