Skip to content

Snowflake DDL containing WITH ROW ACCESS POLICY my_policy are not getting parsed #291

@sahilsahil934

Description

@sahilsahil934

A snowflake DDL CREATE TABLE test_table (
id INT,
name STRING
)
WITH ROW ACCESS POLICY my_policy; will not parse and return [] if you remove with row access policy my_policy it will work

To Reproduce
Steps to reproduce the behavior:
install the library import DDLParse and try to parse the above query it will fail

Expected behavior
It should parse and return the expected response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions