

Like any other user account, a service account is represented by an email address. A Service Account belongs to your project and it is used by the Google Client C# library to make BigQuery API requests. In order to make requests to the BigQuery API, you need to use a Service Account. If the Project ID is not correct, use the following command to use the correct Project ID: Use the following command to find the current Project ID being used by Cloud Shell: Note: If this command ERRORs, check that the current Project ID matches your codelab Project ID. In case the BigQuery API is not enabled, you can use the following command in the Cloud Shell to enable it: gcloud services enable You should see BigQuery listed: NAME TITLEī BigQuery API You can check whether this is true with the following command in the Cloud Shell: You should be BigQuery listed: gcloud services list īigQuery API should be enabled by default in all Google Cloud projects. If it is not, you can set it with this command: gcloud config set project Ĭommand output Updated property. For more information, see gcloud command-line tool overview. You will notice its support for tab completion. Note: The gcloud command-line tool is the powerful and unified command-line tool in Google Cloud. Run the following command in Cloud Shell to confirm that you are authenticated:.

Once connected to Cloud Shell, you should see that you are already authenticated and that the project is already set to your project ID. Much, if not all, of your work in this codelab can be done with simply a browser or your Chromebook. It offers a persistent 5GB home directory and runs in Google Cloud, greatly enhancing network performance and authentication. This virtual machine is loaded with all the development tools you'll need. It should only take a few moments to provision and connect to Cloud Shell. Here's what that one-time screen looks like: If that's the case, click Continue (and you won't ever see it again). If you've never started Cloud Shell before, you'll be presented with an intermediate screen (below the fold) describing what it is.
#BIGQUERY GEODIST TRIAL#
New users of Google Cloud are eligible for the $300USD Free Trial program.
#BIGQUERY GEODIST HOW TO#
Be sure to to follow any instructions in the "Cleaning up" section which advises you how to shut down resources so you don't incur billing beyond this tutorial. Running through this codelab shouldn't cost much, if anything at all.
#BIGQUERY GEODIST INSTALL#

BigQuery is NoOps-there is no infrastructure to manage and you don't need a database administrator-so you can focus on analyzing data to find meaningful insights, use familiar SQL, and take advantage of our pay-as-you-go model. BigQuery is Google's fully managed, petabyte scale, low cost analytics data warehouse.
