Create Ticket My Tickets Post Discussion
Welcome
Login  Sign up

Getting Started with Google BigQuery

Our platform enables you to quickly and easily connect to Google BigQuery. This article will cover all the basic requirements that will be needed to run BigQuery connectors.

Before we continue with a step-by-step guide on setting up Google BigQuery, we first need to introduce you to a few basic Google BigQuery concepts.

Basic BigQuery Concepts

Projects

Projects are top-level containers in Google Cloud Platform. They store information about billing and authorized users, and they contain BigQuery data. Each project has a name and a unique ID.

Datasets

dataset is contained within a specific project. Datasets are top-level containers that are used to organize and control access to your tables and views. A table or view must belong to a dataset, so you need to create at least one dataset before you can start using Google BigQuery. You will need to create a dataset within your project before you will be able to add any tables.

Tables

A BigQuery table contains individual records organized in rows. Each record is composed of columns (also called fields). Every table is defined by a schema that describes the column names, data types, and other information.

Basic requirements for BigQuery

Please follow these steps in order to get started with BigQuery:

  1. Select or create a Google Cloud Platform project.
    Go to the manage resources page
  2. Make sure that billing is enabled for your Google Cloud Platform project.
    Learn how to enable billing
  3. BigQuery is automatically enabled in new projects. To activate BigQuery in a pre-existing project, go to Enable the BigQuery API.
    Enable the API

If you would like to read up some more on this topic, please take a look at the official Google BigQuery Quickstart guide.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.