Skip to content

Commit cd483eb

Browse files
committed
from rebase
1 parent 7a33344 commit cd483eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlglot/dialects/bigquery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ class BigQuery(Dialect):
357357
HEX_STRING_IS_INTEGER_TYPE = True
358358
BYTE_STRING_IS_BYTES_TYPE = True
359359
UUID_IS_STRING_TYPE = True
360+
JSON_EXTRACT_SCALAR_SCALAR_ONLY = True
360361
TABLES_REFERENCEABLE_AS_COLUMNS = True
361362

362363
# https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#initcap

0 commit comments

Comments
 (0)