[
https://issues.apache.org/jira/browse/BEAM-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian M resolved BEAM-4634.
---------------------------
Fix Version/s: 2.23.0
Resolution: Fixed
Fixed! In the next release of Beam (or @ HEAD) you can use syntax like:
{code:go}
bigqueryio.Query(s, project, "SELECT * FROM `table`", reflect.TypeOf(row{}),
bigqueryio.UseStandardSQL()){code}
to trigger Standard SQL mode.
> Use Standard SQL in biqueryio transform
> ---------------------------------------
>
> Key: BEAM-4634
> URL: https://issues.apache.org/jira/browse/BEAM-4634
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Eduardo Morales
> Assignee: Brian M
> Priority: P3
> Fix For: 2.23.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> The bigqueryio transform is currently hard coded to use Legacy SQL. Using the
> newer Standard SQL would allow us to write richer queries.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)