We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a33344 commit cd483ebCopy full SHA for cd483eb
sqlglot/dialects/bigquery.py
@@ -357,6 +357,7 @@ class BigQuery(Dialect):
357
HEX_STRING_IS_INTEGER_TYPE = True
358
BYTE_STRING_IS_BYTES_TYPE = True
359
UUID_IS_STRING_TYPE = True
360
+ JSON_EXTRACT_SCALAR_SCALAR_ONLY = True
361
TABLES_REFERENCEABLE_AS_COLUMNS = True
362
363
# https://docs.cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#initcap
0 commit comments