From fe4b8bd9b258f828bb32cb297228f4ae56f8e086 Mon Sep 17 00:00:00 2001 From: Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> Date: Mon, 15 May 2023 14:13:02 +0300 Subject: [PATCH] Update broken link to google standard sql (#30753) --- docs/databases/connections/bigquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases/connections/bigquery.md b/docs/databases/connections/bigquery.md index 5331e5cfa7e..e28c737ac0e 100644 --- a/docs/databases/connections/bigquery.md +++ b/docs/databases/connections/bigquery.md @@ -165,7 +165,7 @@ Once you've completed these steps, you'll be able to ask questions and create da ## Using Legacy SQL -As of version 0.30.0, Metabase tells BigQuery to interpret SQL queries as [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/). If you prefer using [Legacy SQL](https://cloud.google.com/bigquery/docs/reference/legacy-sql) instead, you can tell Metabase to do so by including a `#legacySQL` directive at the beginning of your query, for example: +As of version 0.30.0, Metabase tells BigQuery to interpret SQL queries as [Standard SQL (GoogleSQL)](https://cloud.google.com/bigquery/docs/introduction-sql). If you prefer using [Legacy SQL](https://cloud.google.com/bigquery/docs/reference/legacy-sql) instead, you can tell Metabase to do so by including a `#legacySQL` directive at the beginning of your query, for example: ```sql #legacySQL -- GitLab