You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: