Skip to content

Add option to use Standard SQL dialect in BigQuery #13615

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

Closed
RoyalTS opened this issue Jul 11, 2016 · 1 comment
Closed

Add option to use Standard SQL dialect in BigQuery #13615

RoyalTS opened this issue Jul 11, 2016 · 1 comment
Milestone

Comments

@RoyalTS
Copy link

RoyalTS commented Jul 11, 2016

BigQuery now sports a SQL dialect that's compatible with the 2011 SQL standard. Queries are still run using BigQuery's Legacy SQL dialect at the moment (see https://cloud.google.com/bigquery/sql-reference/enabling-standard-sql) but they may soon switch to Standard SQL by default. pandas.io.gbq.read_gbq() should therefore have an argument that determines the SQL dialect that's used to run the query.

@jorisvandenbossche
Copy link
Member

cc @parthea @aaront @jacobschaer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants