PassthroughParameters
Specifies whether query parameters are embedded directly into the query string, or passed directly to Google BigQuery. By default, parameters are embedded into the query string.
Data Type
bool
Default Value
false
Remarks
When this property is set to true, parameters are passed directly to Google BigQuery, and the following limitations apply:
- QueryPassthrough must be set to true
- UseLegacySQL must be set to false
- Google BigQuery STRUCT and ARRAY parameters are not supported
- Only queries with positional parameters are supported