My use case here is that there is a certain query that errors on legacy SQL (internal bug) and disabling it will allow the use of standard SQL which fixes it.
see https://cloud.google.com/bigquery/docs/reference/v2/jobs#resource-representations (find configuration.query.useLegacySql)
I'm happy to submit a PR is this option makes sense.
My use case here is that there is a certain query that errors on legacy SQL (internal bug) and disabling it will allow the use of standard SQL which fixes it.
see https://cloud.google.com/bigquery/docs/reference/v2/jobs#resource-representations (find
configuration.query.useLegacySql)I'm happy to submit a PR is this option makes sense.