jvnuw opened a new issue, #25096:
URL: https://github.com/apache/beam/issues/25096

   ### What would you like to happen?
   
   The standard BigQuery library for Go supports [parameterized 
queries](https://cloud.google.com/bigquery/docs/parameterized-queries#go), and 
the BigQuery IO connector for Go should too.
   
   I personally have a use case for this feature. A beam pipeline is sharing an 
SQL query with a user facing service. That service benefits from using query 
parameters as one layer of protection against SQL injection attacks. The beam 
pipeline needs the ability to set its own internal values for those parameters, 
if the query is to remain shared rather than duplicated.
   
   Another likely use case is for beam pipelines which need to include 
externally-provided values in their SQL queries, and would directly benefit 
from the SQL injection protection of parameterized queries.
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [X] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [X] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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