Class ActionLoadConfig (0.9.0)

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

Simplified load configuration for actions

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
replace google.cloud.dataform_v1.types.WorkflowInvocationAction.DataPreparationAction.ActionSimpleLoadMode
Replace destination table This field is a member of oneof_ mode.
append google.cloud.dataform_v1.types.WorkflowInvocationAction.DataPreparationAction.ActionSimpleLoadMode
Append into destination table This field is a member of oneof_ mode.
maximum google.cloud.dataform_v1.types.WorkflowInvocationAction.DataPreparationAction.ActionIncrementalLoadMode
Insert records where the value exceeds the previous maximum value for a column in the destination table This field is a member of oneof_ mode.
unique google.cloud.dataform_v1.types.WorkflowInvocationAction.DataPreparationAction.ActionIncrementalLoadMode
Insert records where the value of a column is not already present in the destination table This field is a member of oneof_ mode.