
Google Cloud InvokeWorkflow
CertifiedInvoke a Dataform workflow in GCP
Google Cloud InvokeWorkflow
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.
type: io.kestra.plugin.gcp.dataform.InvokeWorkflowExamples
Trigger a Dataform workflow in GCP
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
location *Requiredstring
Dataform location
GCP region of the Dataform repository
repositoryId *Requiredstring
Repository ID
Repository name (not full path); used to build projects/{projectId}/locations/{location}/repositories/{repositoryId}
workflowConfigId *Requiredstring
Workflow config ID
ID of the workflow config inside the repository
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
wait Non-dynamicboolean
trueWait for completion
If true (default), polls the invocation until it leaves RUNNING
Outputs
workflowInvocationName string
The full name of the workflow invocation
workflowInvocationState string
The final state of the workflow invocation