Class WorkflowInvocation (0.2.2)

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

Represents a single invocation of a compilation result.

Attributes

NameDescription
name str
Output only. The workflow invocation's name.
compilation_result str
Immutable. The name of the compilation result to compile. Must be in the format ``projects/*/locations/*/repositories/*/compilationResults/*``.
invocation_config google.cloud.dataform_v1beta1.types.WorkflowInvocation.InvocationConfig
Immutable. If left unset, a default InvocationConfig will be used.
state google.cloud.dataform_v1beta1.types.WorkflowInvocation.State
Output only. This workflow invocation's current state.
invocation_timing google.type.interval_pb2.Interval
Output only. This workflow invocation's timing details.

Inheritance

builtins.object > proto.message.Message > WorkflowInvocation

Classes

InvocationConfig

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

Includes various configuration options for this workflow invocation. If both included_targets and included_tags are unset, all actions will be included.

State

State(value)

Represents the current state of a workflow invocation.