Skip to content

Instantly share code, notes, and snippets.

@lgavish
Last active May 5, 2021 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgavish/9664feb199fcc44724f7a9ed85740e7d to your computer and use it in GitHub Desktop.
Save lgavish/9664feb199fcc44724f7a9ed85740e7d to your computer and use it in GitHub Desktop.
Extracting view and external table metadata from Snowflake
SHOW VIEWS IN DATABASE "ANALYTICS";
SHOW EXTERNAL TABLES IN DATABASE "ANALYTICS";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment