sqlfluff / sqlfluff

A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

Home Page:https://www.sqlfluff.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigQuery: Support `GROUP BY ALL`

davidwitk opened this issue · comments

Search before asking

  • I searched the issues and found no similar issues.

Description

BigQuery supports GROUP BY ALL now: https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#group_by_all

When we add GROUP BY ALL to a SQL statement, SQLFluff exits with an parsing error

Use case

SQLFluff manages to parse GROUP BY ALL

Dialect

BigQuery

Are you willing to work on and submit a PR to address the issue?

  • Yes I am willing to submit a PR!

Code of Conduct