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

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • 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: cloud.google.c...
    --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 ... Next video on using Google Cloud PubSub: • How to Publish Text to...
    Source code on Github: github.com/gsp...

КОМЕНТАРІ • 3

  • @Ahmed-iam
    @Ahmed-iam 6 днів тому

    Yes, this is what I've been looking for

  • @bigger302539
    @bigger302539 Місяць тому

    Thank you. Very Clear

  • @corgoai
    @corgoai 5 місяців тому

    Thank you so much Gina, nice video !