Enrich Metadata and Discovery of Lakehouse Data: Challenge Lab - ARC123

A passionate full-stack developer from @ePlus.DEV
Search for a command to run...

A passionate full-stack developer from @ePlus.DEV
No comments yet. Be the first to comment.
Quick and practical tips to help users optimize tasks, improve skills, and solve common problems effectively across various areas like tech, lifestyle, productivity, and more.
Challenge overview In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure
🏕️ Arcade Base Camp August 2026 Welcome to Arcade Base Camp August 2026, where you’ll develop key Google Cloud skills and earn an exclusive credential that will open doors to the cloud for you. No pr

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary Google Cloud giới thiệu hai Database Operations Agents hỗ trợ onboard

Một bản tin giúp Developer cập nhật nhanh AI, Cloud, Open Source và những công nghệ đáng chú ý trong ngày. 📌 Executive Summary SK hynix và Sandisk công bố đặc tả mở đầu tiên cho High Bandwidth Fla

Challenge overview In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure

In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure out how to complete the tasks on your own! An automated scoring system (shown on this page) will provide feedback on whether you have completed your tasks correctly.
When you take a challenge lab, you will not be taught new Google Cloud concepts. You are expected to extend your learned skills, like changing default values and reading and researching error messages to fix your own mistakes.
To score 100% you must successfully complete all tasks within the time period!
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources are made available to you.
This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials you use to sign in and access Google Cloud for the duration of the lab.
To complete this lab, you need:
Note: Use an Incognito (recommended) or private browser window to run this lab. This prevents conflicts between your personal account and the student account, which may cause extra charges incurred to your personal account.
Note: Use only the student account for this lab. If you use a different Google Cloud account, you may incur charges to that account.
Your team manages customer data gathered from online shopping sessions and stored in Cloud Storage. Some data contains sensitive information so it’s important to limit access.
As a junior engineer, you’re asked to help with the project by completing the following tasks:
Create a BigQuery dataset to store the connection to your Lakehouse table.
Create a Lakehouse table using a Cloud Resource connection.
Create an aspect and apply to sensitive data in the Lakehouse table.
Hint:
Ensure that the BigQuery Connection API is enabled and that the necessary service accounts have the appropriate permissions.
Create all resources in the <filled in at lab start> region, unless otherwise directed.
Each task is described in detail below, good luck!
Click Check my progress to verify the objective.
Create a multi-region Cloud Resource connection in the United States, named customer_data_connection with the appropriate service account permissions to read Cloud Storage files in your project.
Within the BigQuery dataset named ecommerce, use the Cloud Resource connection to create a Lakehouse table named customer_online_sessions.
When creating the table, load data from the following Cloud Storage file using schema auto-detection:
Project ID-bucket/customer-online-sessions.csvClick Check my progress to verify the objective.
Boolean field named Has Sensitive Data.
Enumerated field named Sensitive Data Type that contains three values: Location Info, Contact Info, and None.
Has Sensitive Data – TRUE
Sensitive Data Type – Location Info
Click Check my progress to verify the objective.
https://www.youtube.com/watch?v=_c6Zmt9pAgk&embeds_referring_euri=https%3A%2F%2Feplus.dev%2F
curl -LO raw.githubusercontent.com/ePlus-DEV/storage/refs/heads/main/labs/ARC123/lab.sh
source lab.sh
Script Alternative
export REGION=
curl -LO raw.githubusercontent.com/QUICK-GCP-LAB/2-Minutes-Labs-Solutions/main/Tag%20and%20Discover%20BigLake%20Data%20Challenge%20Lab/arc123.sh
sudo chmod +x arc123.sh
./arc123.sh