Skip to content

Snowflake Semi Structured Data incompatibility #965

@sercandogan

Description

@sercandogan

Hey 🙌🏽,

Snowflake supports semi-structured data as variant type and you can access the item by using colon and dot.
Please see: https://docs.snowflake.com/en/user-guide/querying-semistructured.html#traversing-semi-structured-data

Example below fails with unexpected argument named:

from sometable
filter json:first_key.second_key == 1 and json:third_key == 50

I see also : used for named args & parameters. How can we support this syntax?

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