From 06dc558f3a87efb9cd4e6e7495943cdea663f3e6 Mon Sep 17 00:00:00 2001 From: Archie Sarre Wood <58074498+archiewood@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:30:57 -0700 Subject: [PATCH] Adds SQLTools for BigQuery (#42) * Add SQLTools * Fix lint error --------- Co-authored-by: Tim Swast Co-authored-by: Remigiusz Samborski --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3483937..22296a3 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ If you are new to Google Cloud Platform, there is a [free trial](https://cloud.g - [Apache Zeppelin](http://zeppelin.apache.org/) - Web-based notebook for interactive analytics, works with Google BigQuery. - [Dekart](https://dekart.xyz/) - Geospatial analysis tool for Google BigQuery based on Kepler.gl. +- [SQLtools for BigQuery](https://github.com/evidence-dev/sqltools-bigquery-driver) - VSCode Extension to run queries and explore databases. - [BigQuery Utils](https://github.com/GoogleCloudPlatform/bigquery-utils) - Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery. - [Spark-BigQuery](https://github.com/spotify/spark-bigquery) - Support for Google BigQuery in Apache Spark, SQL and DataFrames.