-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
SQL grammarImprovements to or issues with SQL syntaxImprovements to or issues with SQL syntaxenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm working on plugging the server into Metabase with #1063 and one of the queries received to poll the metadata of a table is:
DESCRIBE "dask_sql"."root"."df"
Additionally, some of the examples in the "Metadata Information" section of our feature overview notebook imply that this was once supported with the Calcite parser.
Currently, running this command gives a parsing exception:
ParsingException: Plan("SHOW [VARIABLE] is not supported unless information_schema is enabled")
Describe the solution you'd like
Support added for DESCRIBE [TABLE], preferably with handling for an optional catalog name so that it can be used by Metabase to populate its data view.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SQL grammarImprovements to or issues with SQL syntaxImprovements to or issues with SQL syntaxenhancementNew feature or requestNew feature or request