Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
35 stars 15 forks source link

Add nodes in the DB Explorer for all schema level objects #14

Open ghost opened 3 years ago

ghost commented 3 years ago

There are many more schema level objects in addition to tables and views. Examples are external tables, stages, sequences, file formats, stored procedures, and tasks. A full list of object types can be found here: https://docs.snowflake.com/en/sql-reference/sql/create.html#syntax. It would be great to see as many as possible using this driver. Thanks!

Aginity is the only IDE type tool I've seen that currently shows all object types, within a schema, in their Snowflake DB Explorer window

Screen Shot 2021-02-20 at 2 41 06 PM

.

koszti commented 3 years ago

not possible at the moment, but the feature is in development. Hopefully we'll see it soon. 🤞

adamNewell commented 1 year ago

@koszti This request was made by a ghost account, but 0.5.0 resolves it