Skip to content

Formatter breaks BQ named arguments #1070

@kadu-vido

Description

@kadu-vido

Some functions in BQ take named arguments, using the syntax argument => value.

Dataform formatter currently adds a space after the = character, causing an error.

Sample query for MRE:

SELECT ST_GEOGFROMGEOJSON('{"type":"Point","coordinates":[0,0]}', make_valid => TRUE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions