Skip to main content

flex_templates

Creates, updates, deletes, gets or lists a flex_templates resource.

Overview

Nameflex_templates
TypeResource
Idgoogle.dataflow.flex_templates

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_flex_templates_launchexecprojectId, locationLaunch a job with a FlexTemplate.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstring
projectIdstring

Lifecycle Methods

Launch a job with a FlexTemplate.

EXEC google.dataflow.flex_templates.projects_locations_flex_templates_launch 
@projectId='{{ projectId }}' --required,
@location='{{ location }}' --required
@@json=
'{
"launchParameter": "{{ launchParameter }}",
"validateOnly": {{ validateOnly }}
}';