Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Query and Explore BigQuery from VSCode

I recently built a VSCode extension for BigQuery as I got bored of hopping into the console every time I needed to check a column name or run a scratch query.

Posting as I thought others might find it helpful.

Connecting and running queries in VSCodeConnecting and running queries in VSCode

Features:

  • Connect via the CLI, Service Account or OAuth
  • Run queries and get results into VSCode
  • Explore datasets, tables and columns in the sidebar
  • View table contents by selecting them in the sidebar
  • Completion for common keywords (e.g. SELECT, FROM, WHERE)

It's an open-source project, code on GitHub

 

4 7 16.6K
7 REPLIES 7