Method: projects.locations.repositories.workflowInvocations.create

Creates a new WorkflowInvocation in a given Repository.

HTTP request

POST https://dataform.googleapis.com/v1beta1/{parent=projects/*/locations/*/repositories/*}/workflowInvocations

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The repository in which to create the workflow invocation. Must be in the format projects/*/locations/*/repositories/*.

Authorization requires the following IAM permission on the specified resource parent:

  • dataform.workflowInvocations.create

Request body

The request body contains an instance of WorkflowInvocation.

Response body

If successful, the response body contains a newly created instance of WorkflowInvocation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • dataform.workflowInvocations.create

For more information, see the IAM documentation.