Skip to content

Running examples

Here we describe all the necessary things to run the examples

Adding connection

GCP

Download and install Google Cloud SDK. After installing Google Cloud CLI, log in to your GCP account (you can start one for free), by running:

gcloud auth application-default login

After setting up the GCP account, create a GCP project. That will be the GCP billing project used to run SQL sensors on the public datasets provided by Google.

The examples are using the name of the GCP billing project, received as an environment variable GCP_PROJECT. Set and export this variable before starting DQO shell.

set GCP_PROJECT={here is your GCP billing project}
export GCP_PROJECT={here is your GCP billing project}

export GCP_PROJECT={here is your GCP billing project}
The rest of the process is described in each example. Go ahead and start the next tutorial.