Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionLoadConfig.
Simplified load configuration for actions
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#append
def append() -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Append into destination table
Note: The following fields are mutually exclusive:
append
,replace
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#append=
def append=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode
-
value (::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Append into destination table
Note: The following fields are mutually exclusive:
append
,replace
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Append into destination table
Note: The following fields are mutually exclusive:
append
,replace
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#maximum
def maximum() -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value exceeds the previous maximum value for
a column in the destination table
Note: The following fields are mutually exclusive:
maximum
,replace
,append
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#maximum=
def maximum=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode
-
value (::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value exceeds the previous maximum value for
a column in the destination table
Note: The following fields are mutually exclusive:
maximum
,replace
,append
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value exceeds the previous maximum value for
a column in the destination table
Note: The following fields are mutually exclusive:
maximum
,replace
,append
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#replace
def replace() -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Replace destination table
Note: The following fields are mutually exclusive:
replace
,append
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#replace=
def replace=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode
-
value (::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Replace destination table
Note: The following fields are mutually exclusive:
replace
,append
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionSimpleLoadMode) — Replace destination table
Note: The following fields are mutually exclusive:
replace
,append
,maximum
,unique
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#unique
def unique() -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value of a column is not already present in
the destination table
Note: The following fields are mutually exclusive:
unique
,replace
,append
,maximum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#unique=
def unique=(value) -> ::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode
-
value (::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value of a column is not already present in
the destination table
Note: The following fields are mutually exclusive:
unique
,replace
,append
,maximum
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1::WorkflowInvocationAction::DataPreparationAction::ActionIncrementalLoadMode) — Insert records where the value of a column is not already present in
the destination table
Note: The following fields are mutually exclusive:
unique
,replace
,append
,maximum
. If a field in that set is populated, all other fields in the set will automatically be cleared.