Google Cloud Dataflow · Arazzo Workflow
Google Cloud Dataflow Launch Flex Template and Monitor
Version 1.0.0
Launch a containerized Flex Template job, poll it to completion, then read its metrics.
View Spec
View on GitHub
Apache BeamBatch ProcessingBig DataData ProcessingETLStream ProcessingArazzoWorkflows
Provider
Workflows
launch-flex-template-and-monitor
Launch a Flex Template job, poll until done, and read its metrics.
Launches a Flex Template into a region, captures the created job id, polls the job state until JOB_STATE_DONE, then retrieves the job metrics.
1
launchFlexTemplate
launchLocationFlexTemplate
Launch a Dataflow job from the Flex Template container spec in the requested region.
2
pollJobState
getLocationJob
Fetch the launched job and confirm it has reached the terminal JOB_STATE_DONE state before reading metrics.
3
getMetrics
getLocationJobMetrics
Retrieve the execution metrics for the completed job, including counters and distributions emitted by the pipeline.