LaunchTemplate

LaunchTemplate

Certified

Launch a Classic Template Dataflow job from a GCS path

yaml
type: io.kestra.plugin.gcp.dataflow.LaunchTemplate
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
SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]