Cloud Scheduler and Workflows
1. Cloud Scheduler and Workflows
Cloud Scheduler empowers you to automate tasks by invoking your workloads at specified recurring intervals. It grants you the flexibility to define both the frequency and precise time of day for job execution. Triggers can be based on HTTP/S calls, App Engine HTTP calls, Pub/Sub messages, or Workflows. Cloud Scheduler can be used to trigger a Dataform SQL workflow. In the example code, a scheduled job in Cloud Scheduler initiates the process defined in a YAML config file. The workflow involves two main steps: creating a compilation result from your Dataform code, and then triggering a workflow invocation using that result, ensuring only specific parts of your Dataform project execute based on included tags.2. Let's practice!
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.