Skip to content

Fails to parse TypedString expressions in BigQuery with triple quoted strings #1673

Closed
@MartinSahlen

Description

@MartinSahlen

i.e

select JSON """{"name": "Alice", "age": 30}"""

fails. More examples can also be found here.

I also tried to do things like SELECT timestamp """{"name": "Alice", "age": 30}""" which also fails.

Error message is:

called `Result::unwrap()` on an `Err` value: ParserError("Expected: end of statement, found: \"\"\"{\"name\": \"Alice\", \"age\": 30}\"\"\" at Line: 7, Column: 13")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions