Use Cloud Run Functions to Load BigQuery | Google Cloud Platform (GCP)| Professional Data Engineer

Опубликовано: 01 Апрель 2026
на канале: Shabnam Hamidi
1,903
10

A Cloud Run function is a piece of code that runs in response to an event, such as an HTTP request, a message from a messaging service, or a file upload. Cloud events are things that happen in your cloud environment. These might be things like changes to data in a database, files added to a storage system, or a new virtual machine instance being created.

Since Cloud Run functions are event-driven, they only run when something happens. This makes them a good choice for tasks that need to be done quickly or that don't need to be running all the time.

This hands-on lab shows you how to create, deploy, and test a Cloud Run function which will load a BigQuery table using the Google Cloud SDK.

What you'll do
Create a Cloud Run function
Deploy and test the Cloud Run function
View data in BigQuery and Cloud Run function logs