Google Cloud Dataflow · Arazzo Workflow
Google Cloud Dataflow Capture Worker Debug Data
Version 1.0.0
Confirm a job, fetch a worker component's debug config, then send a debug capture.
View Spec
View on GitHub
Apache BeamBatch ProcessingBig DataData ProcessingETLStream ProcessingArazzoWorkflows
Provider
Workflows
capture-worker-debug-data
Confirm a job, get its debug config, and send a debug capture.
Reads a job to confirm it exists, fetches the debug configuration for a worker component, then submits an encoded debug capture for that component.
1
confirmJob
getLocationJob
Read the job to confirm it exists before requesting debug configuration for one of its worker components.
2
getDebugConfig
getLocationJobDebugConfig
Retrieve the debug configuration for the targeted worker and component of the job.
3
sendDebugCapture
sendLocationJobDebugCapture
Submit the encoded debug capture payload for the same worker component as raw data.