Class WorkflowInvocationAction (0.6.2)

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

Represents a single action in a workflow invocation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
bigquery_action google.cloud.dataform_v1beta1.types.WorkflowInvocationAction.BigQueryAction
Output only. The workflow action's bigquery action details. This field is a member of oneof_ action.
notebook_action google.cloud.dataform_v1beta1.types.WorkflowInvocationAction.NotebookAction
Output only. The workflow action's notebook action details. This field is a member of oneof_ action.
data_preparation_action google.cloud.dataform_v1beta1.types.WorkflowInvocationAction.DataPreparationAction
Output only. The workflow action's data preparation action details. This field is a member of oneof_ action.
target google.cloud.dataform_v1beta1.types.Target
Output only. This action's identifier. Unique within the workflow invocation.
canonical_target google.cloud.dataform_v1beta1.types.Target
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
state google.cloud.dataform_v1beta1.types.WorkflowInvocationAction.State
Output only. This action's current state.
failure_reason str
Output only. If and only if action's state is FAILED a failure reason is set.
invocation_timing google.type.interval_pb2.Interval
Output only. This action's timing details. start_time will be set if the action is in [RUNNING, SUCCEEDED, CANCELLED, FAILED] state. end_time will be set if the action is in [SUCCEEDED, CANCELLED, FAILED] state.
internal_metadata str
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. This field is a member of oneof_ _internal_metadata.

Classes

BigQueryAction

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

Represents a workflow action that will run against BigQuery.

DataPreparationAction

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

Represents a workflow action that will run a Data Preparation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

NotebookAction

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

Represents a workflow action that will run against a Notebook runtime.

State

State(value)

Represents the current state of a workflow invocation action.