You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: