How to use Google Cloud Scheduler to Trigger a Cloud Function that Inserts Data into BigQuery

Описание к видео How to use Google Cloud Scheduler to Trigger a Cloud Function that Inserts Data into BigQuery

This video provides an introduction to scheduling Google Cloud Platform (GCP) Cloud Functions with GCP Cloud Scheduler. Specifically, it covers:
-An overview of Cloud Scheduler features and use cases
-Setting up a Cloud Scheduler job to trigger a Cloud Function to run: https://cloud.google.com/scheduler
--Generating an appropriate cron expression for your schedule
--Every minute for testing
--Every 24 hours for deployment
-Creating a service account to invoke a Cloud Function with HTTP authentication
-Creating a table in BigQuery and modifying our Cloud Function to insert rows into it

This video is the 21st video in a multi-part series on getting started with the Python programming language. Previous video setting up Google Cloud Functions:    • How to Setup and Test a Google Cloud ...   Next video on using Google Cloud PubSub:    • How to Publish Text to Google Cloud P...  

Source code on Github: https://github.com/gsprint23/Python-D...

Комментарии

Информация по комментариям в разработке