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 describe table not supported #1160

Open
vieux opened this issue Mar 1, 2024 · 2 comments
Open

snowflake describe table not supported #1160

vieux opened this issue Mar 1, 2024 · 2 comments

Comments

@vieux
Copy link

vieux commented Mar 1, 2024

Snowflake actually uses the keyword TABLE after DESC[RIBE] and it doesn't seems to be supported at the moment

See https://docs.snowflake.com/en/sql-reference/sql/desc-table

@alamb
Copy link
Collaborator

alamb commented Mar 3, 2024

Possibly related: #1156

@vieux
Copy link
Author

vieux commented Mar 3, 2024

I did see this PR before opening this issue and I don't believe they are related, after quickly looking at the code, I don't think the current parser supports DESCRIBE TABLE <table>, only DESCRIBE <table>

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

2 participants