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 secure views creation sql fails to parse #3677

Closed
galunto opened this issue Jun 19, 2024 · 1 comment
Closed

Snowflake secure views creation sql fails to parse #3677

galunto opened this issue Jun 19, 2024 · 1 comment

Comments

@galunto
Copy link

galunto commented Jun 19, 2024

The following example will fail to parse for Snowflake dialect (fallback to "command"):
create secure view table1 as (select a from table2)

Docs: https://docs.snowflake.com/en/sql-reference/sql/create-view

@galunto
Copy link
Author

galunto commented Jun 19, 2024

This should be converted without the secure keyword when transposing to other dialects

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