pdewilde opened a new pull request, #29383:
URL: https://github.com/apache/beam/pull/29383

   addresses #29382
   
   Exposes options from the underlying go BigQuery sdk to the bigqueryio 
package, to allow for Parameters, DefaultProjectId and DefaultDatasetID.
   
   This allows for queries that are not susceptible to SQL injection attacks. 
Most values can be replaced via parameters, but [cannot be used for 
identifiers](https://cloud.google.com/bigquery/docs/parameterized-queries). 
DefaultProjectId and DefaultDatasetID help by allowing unqualified table names 
to be used in the query, reducing the need for string interpolation on queries 
where table names are known ahead of time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to