Video | Snowflake | Data engineering | Analytics

Setup Visual Studio Code for Snowflake | Learn Snowflake

If you're already in VS Code doing data work, here's how to query Snowflake without ever leaving the editor.

Part ofGetting Started with Snowflake
  • You need to install the SQL Tools extension first, as it's the engine the Snowflake driver relies on to use VS Code as a database client
  • The Snowflake account identifier is your account ID plus region, obtained by stripping everything from .snowflakecomputing.com onwards and from the start of your login URL
  • A connection requires a name, account identifier, username, password, database and warehouse, and you can verify it with the Test Connection button before saving
  • SQL Tools stores connection settings as JSON, and you should check where this is kept since credentials may be stored as plain text
  • The SQL Tools view only loads the first 50 rows, and a session history pane lets you retrieve and re-run any previous queries

SQL Tools: https://bit.ly/3VbsmHo Snowflake plugin for SQL tools: https://bit.ly/3hVhHCl Visual studio code  download: https://bit.ly/3hPYtOG

Release Notes: https://bit.ly/3hPYtOG “A Visual Studio Code extension which extends the SQLTools extension, with a driver to work with the Snowflake Database. It supports tables and views, as well as running queries on Snowflake.”

Timestamps 0:00 Intro 0:22 Installing SQL tools for vs code 0:59 Databases that SQL tools supports 2:06 Using the connection assistant for SQL tools 4:39 Using SQL tools for Snowflake ‍