Google Cloud Dataflow · Arazzo Workflow
Google Cloud Dataflow Cleanup Job Snapshots
Version 1.0.0
List snapshots for a job, inspect the oldest one, then delete it.
View Spec
View on GitHub
Apache BeamBatch ProcessingBig DataData ProcessingETLStream ProcessingArazzoWorkflows
Provider
Workflows
cleanup-job-snapshots
List a job's snapshots, inspect the first, and delete it.
Lists snapshots created from a job, captures the first snapshot id, reads it to confirm its state, then deletes it to reclaim storage.
1
listSnapshots
listLocationSnapshots
List the snapshots in the region that were created from the supplied source job and capture the first snapshot id.
2
inspectSnapshot
getLocationSnapshot
Read the first snapshot to confirm its state and creation time before deleting it.
3
deleteSnapshot
deleteLocationSnapshot
Permanently delete the inspected snapshot and its associated data to reclaim storage.