Google Cloud InvokeWorkflow

Google Cloud InvokeWorkflow

Certified

Invoke a Dataform workflow in GCP

Creates a workflow invocation on a Dataform repository. Optionally waits for completion (default true) and returns the invocation name and final state.

yaml
type: io.kestra.plugin.gcp.dataform.InvokeWorkflow

Trigger a Dataform workflow in GCP

yaml
id: invoke-dataform
namespace: my.company

tasks:
  - id: transform
    type: io.kestra.plugin.gcp.dataform.InvokeWorkflow
    wait: true
    projectId: "my-gcp-project"
    location: "europe-west1"
    repositoryId: "my-repo"
    workflowConfigId: "my-config"
Properties

Dataform location

GCP region of the Dataform repository

Repository ID

Repository name (not full path); used to build projects/{projectId}/locations/{location}/repositories/{repositoryId}

Workflow config ID

ID of the workflow config inside the repository

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used

The GCP service account

Defaulttrue

Wait for completion

If true (default), polls the invocation until it leaves RUNNING

The full name of the workflow invocation

The final state of the workflow invocation