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 as Apache 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.
To copy the YAML to the clipboard, click
content_copyCopy.
To save to Cloud Storage, enter a Cloud Storage path and
click Save.
To download a local file, click Download.
Load a pipeline
After you save a pipeline to Beam YAML, you can load it back into job
builder. 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 the Jobs page in the Google Cloud console.
Go to Jobs
Click add_boxCreate job from
builder.
Click Load.
Click Load from Cloud Storage.
In the YAML file location box, enter the Cloud Storage location
of the YAML file, or click Browse to select the file.
Click Load.
Load a pipeline from text
To load a pipeline from text:
Go to the Jobs page in the Google Cloud console.
Go to Jobs{: target="console" class="button button-primary" track-name="consoleLink" track-type="tutorial"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Job builder jobs can be saved as Apache Beam YAML files, which store the job's configuration for later reuse and editing."],["Pipelines can be saved to Beam YAML by copying the YAML to the clipboard, saving it to Cloud Storage, or downloading it as a local file."],["Saved pipelines in Beam YAML can be reloaded into the job builder for modification or execution."],["Beam YAML files can be loaded into the job builder from either Cloud Storage by specifying the file path or from text by pasting the YAML content directly."]]],[]]