
Google Cloud LaunchTemplate
CertifiedLaunch a Classic Template Dataflow job from a GCS path
Google Cloud LaunchTemplate
Certified
Launch a Classic Template Dataflow job from a GCS path
Starts a Dataflow pipeline defined as a Classic Template stored in Google Cloud Storage.
yaml
type: io.kestra.plugin.gcp.dataflow.LaunchTemplateExamples
Launch a Classic Template job.
yaml
id: dataflow_classic_template
namespace: company.team
inputs:
- id: input_path
type: STRING
tasks:
- id: launch
type: io.kestra.plugin.gcp.dataflow.LaunchTemplate
projectId: "{{ secret('GCP_PROJECT_ID') }}"
location: us-central1
jobName: my-etl-job
gcsPath: gs://my-bucket/templates/my-template
parameters:
inputFile: "{{ inputs.input_path }}"
outputTable: my-project:my_dataset.my_table
Properties
gcsPath *Requiredstring
The Cloud Storage path to the Classic Template
jobName *Requiredstring
The unique job name
location *Requiredstring
The regional endpoint (e.g. us-central1)
environment object
Template runtime environment options
impersonatedServiceAccount string
The GCP service account to impersonate
parameters object
Template parameters
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
jobId string
The launched job ID
jobState string
The job state