Reader small image

You're reading from  Data Engineering with Google Cloud Platform - Second Edition

Product typeBook
Published inApr 2024
PublisherPackt
ISBN-139781835080115
Edition2nd Edition
Right arrow
Author (1)
Adi Wijaya
Adi Wijaya
author image
Adi Wijaya

Adi Widjaja is a strategic cloud data engineer at Google. He holds a bachelor's degree in computer science from Binus University and co-founded DataLabs in Indonesia. Currently, he dedicates himself to big data and analytics and has spent a good chunk of his career helping global companies in different industries.
Read more about Adi Wijaya

Right arrow

Preparing the prerequisites before developing our data warehouse

Before starting our practice exercise, let’s carry out these small but important steps for authentication purposes. In this section, we will do the following:

  1. Accessing Cloud Shell.
  2. Checking our credentials using gcloud info.
  3. Initializing our credentials using gcloud init.
  4. Downloading example codes and datasets from git.
  5. Uploading data to GCS from git.

Let’s look at each of these steps in detail.

Step 1 – Accessing Cloud Shell

Revisit Chapter 2, Big Data Capabilities on GCP, specifically the Using GCP Cloud Shell section, if you haven’t accessed your Cloud Shell in the GCP console.

Step 2 – Checking the current setup using the command line

We want to check our current setup in Cloud Shell. To do that in Cloud Shell, type the following:

$ gcloud info

Click Authorize if prompted to.

This command will give you information about installed...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Data Engineering with Google Cloud Platform - Second Edition
Published in: Apr 2024Publisher: PacktISBN-13: 9781835080115

Author (1)

author image
Adi Wijaya

Adi Widjaja is a strategic cloud data engineer at Google. He holds a bachelor's degree in computer science from Binus University and co-founded DataLabs in Indonesia. Currently, he dedicates himself to big data and analytics and has spent a good chunk of his career helping global companies in different industries.
Read more about Adi Wijaya