Save and load YAML job definitions with the job builder Stay organized with collections Save and categorize content based on your preferences.
You can save job builder jobs asApache Beam YAML files that encapsulate the job's configuration. These YAML files can be loaded back into the job builder for reuse and further editing.
Save a pipeline
To save a pipeline to Beam YAML:
Use the job builder tocreate a pipeline.
ClickSave YAML to open theSave YAML window.
Perform one of the following actions:
- To copy the YAML to the clipboard, clickCopy.
- To save to Cloud Storage, enter a Cloud Storage path andclickSave.
- To download a local file, clickDownload.
Load a pipeline
After you save a pipeline to Beam YAML, you can load it back into jobbuilder. You can then use the job builder to modify or run the pipeline.
You can load Beam YAML from Cloud Storage or from text.
Load a pipeline from Cloud Storage
To load a pipeline from Cloud Storage:
Go to theJobs page in the Google Cloud console.
ClickCreate job frombuilder.
ClickLoad YAML.
ClickLoad from Cloud Storage.
In theYAML file location box, enter the Cloud Storage locationof the YAML file, or clickBrowse to select the file.
ClickLoad.
Load a pipeline from text
To load a pipeline from text:
Go to theJobs page in the Google Cloud console.
ClickCreate job frombuilder.
ClickLoad YAML.
ClickLoad from text.
Paste the YAML into the window.
ClickLoad.
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 2026-02-19 UTC.