embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

sql not supported: SHOW TABLES IN DATABASE database SCHEMA public

Open YaroslavLitvinov opened this issue 4 months ago • 1 comments

This is a basic schema operation and it seems it doesn't supported at parser level

Error I get in Embucket

"Expected: end of statement, found: SCHEMA at Line: 1, Column: 40"

YaroslavLitvinov avatar Aug 04 '25 14:08 YaroslavLitvinov

https://docs.snowflake.com/en/sql-reference/sql/show-tables

[ IN ... ]
Optionally specifies the scope of the command. Specify one of the following:

Seems we should support only one IN clause

osipovartem avatar Aug 11 '25 08:08 osipovartem