
Google Cloud InvokeWorkflow
CertifiedInvoke a Dataform workflow in GCP
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.InvokeWorkflowExamples
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
location *string
Dataform location
GCP region of the Dataform repository
repositoryId *string
Repository ID
Repository name (not full path); used to build projects/{projectId}/locations/{location}/repositories/{repositoryId}
workflowConfigId *string
Workflow config ID
ID of the workflow config inside the repository
impersonatedServiceAccount string
The GCP service account to impersonate
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
wait boolean
Default
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