
LaunchTemplate
CertifiedLaunch a Classic Template Dataflow job from a GCS path
LaunchTemplate
Certified
Launch a Classic Template Dataflow job from a GCS path
yaml
type: io.kestra.plugin.gcp.dataflow.LaunchTemplateExamples
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
jobName *Requiredstring
location *Requiredstring
environment object
impersonatedServiceAccount string
parameters object
pluginDefaultsRef Non-dynamicstring
projectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]