gcloud beta dataflow snapshots create Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud beta dataflow snapshots create - creates a snapshot for a Cloud Dataflow job
- SYNOPSIS
gcloud beta dataflow snapshots create--job-id=JOB_ID--region=REGION_ID[--snapshot-sources=SNAPSHOT_SOURCES][--snapshot-ttl=DURATION; default="7d"][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(BETA)Creates a snapshot for a Cloud Dataflow job.- EXAMPLES
- To create a Cloud Dataflow snapshot with sources for a running job, run:
gcloudbetadataflowsnapshotscreate--job-id=JOB_ID--region=JOB_REGION--snapshot-sources=true--snapshot-ttl=7d - REQUIRED FLAGS
--job-id=JOB_ID- The job ID to snapshot.
--region=REGION_ID- The region ID of the snapshot and job's regional endpoint.
- OPTIONAL FLAGS
--snapshot-sources=SNAPSHOT_SOURCES- If true, snapshots will also be created for the Cloud Pub/Sub sources of theCloud Dataflow job.
--snapshot-ttl=DURATION; default="7d"- Time to live for the snapshot.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - NOTES
- This command is currently in beta and might change without notice. Thesevariants are also available:
gclouddataflowsnapshotscreategcloudalphadataflowsnapshotscreate
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.