Creating a data warehouse
We will use a simple example of putting data stored in a Google Cloud bucket into a table that can be queried by BigQuery. The easiest way to do so is to use the BigQuery UI. Make sure it is in the right project. We will use this example to create a dataset that contains one table.
You can navigate to BigQuery by searching for it in the search bar of the GCP portal, as in the following screenshot:
You will see BigQuery being suggested. Click on it and it will take you to the BigQuery portal:
Here are the steps to create a persistent table in the BigQuery data warehouse:
- Select Create dataset:
- Make sure you are in the dataset that you just created. Now click CREATE TABLE:
In the...