Class CreateWorkflowInvocationRequest (0.2.2)

CreateWorkflowInvocationRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

CreateWorkflowInvocation request message.

Attributes

NameDescription
parent str
Required. The repository in which to create the workflow invocation. Must be in the format ``projects/*/locations/*/repositories/*``.
workflow_invocation google.cloud.dataform_v1beta1.types.WorkflowInvocation
Required. The workflow invocation resource to create.

Inheritance

builtins.object > proto.message.Message > CreateWorkflowInvocationRequest