Skip to content

Add option to use Standard SQL dialect in BigQuery #13615

Closed
@RoyalTS

Description

@RoyalTS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions