Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sahilsahil934 opened this issue Dec 10, 2024 · 0 comments

Comments

@sahilsahil934
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant