Skip to main content
Tutorial

Introduction

This tutorial will walk you through the process of creating a Google Sheet which extracts data from BigQuery in an automated way.

Pre-requisites

Before you get started, this tutorial requires that your Google Workspace be Enterprise level or higher in order to access the connected sheets functionality.

Connecting to BigQuery

Open your new google sheet.

image-20220405-183714.png

On the menu navigate to Data → Data connectors → Connect to BigQuery

image-20220405-183721.png

Select one of the Google Cloud projects that you have access to which contains BigQuery data.

image-20220405-183728.png

Click on “Write custom query”

image-20220405-183738.png

Paste the SQL that you want to run into the window then click on Connect.

image-20220405-183745.png

After the connection is successful, click on Get Started.

image-20220405-183752.png

Next click on Refresh options, select the frequency, and then click on Save.

image-20220405-183758.png

The data will load on the sheet. Next let’s extract this data into another sheet. Click on the Extract button.

image-20220405-183803.png

Type in the location of the other sheet that you want to extract to. In this example we’re using Sheet1!A1

image-20220405-183810.png

Now on that sheet hit the Apply button.

image-20220405-183816.png

The data will now display on the sheet. You can force a manual refresh by clicking the refresh button.

image-20220405-183823.png

Was this page helpful?