From b3b289137ef453eb9e5994c1cb29d758150d2fcc Mon Sep 17 00:00:00 2001 From: Archie <58074498+archiewood@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:34:21 -0400 Subject: [PATCH 1/2] Add SQLTools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 549748f..c717a71 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,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. From a6bf6e84907e418b936c82ca97c612be0ffc223c Mon Sep 17 00:00:00 2001 From: Archie Sarre Wood <58074498+archiewood@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:58:13 -0400 Subject: [PATCH 2/2] Fix lint error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c717a71..511e29f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,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 +- [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.