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