Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: How do I specify to use Standard SQL instead of Legacy SQL #2053

Closed
tswast opened this issue Aug 3, 2016 · 3 comments
Closed

BigQuery: How do I specify to use Standard SQL instead of Legacy SQL #2053

tswast opened this issue Aug 3, 2016 · 3 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API.

Comments

@tswast
Copy link
Contributor

tswast commented Aug 3, 2016

https://googlecloudplatform.github.io/gcloud-python/stable/bigquery-client.html#gcloud.bigquery.client.Client.run_sync_query

I want to be able to set useLegacySql to false here: https://cloud.google.com/bigquery/docs/reference/v2/jobs/query#request-body

@dhermes
Copy link
Contributor

dhermes commented Aug 4, 2016

@tswast I assume #1992 covers you? Release 0.18.0 just cut today.

@dhermes dhermes closed this as completed Aug 4, 2016
@tswast
Copy link
Contributor Author

tswast commented Aug 4, 2016

Nice. Thanks!

@ravindranathakila
Copy link

query.use_legacy_sql = False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API.
Projects
None yet
Development

No branches or pull requests

3 participants