Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::InvocationConfig.
Includes various configuration options for a workflow invocation.
If both included_targets
and included_tags
are unset, all actions
will be included.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fully_refresh_incremental_tables_enabled
def fully_refresh_incremental_tables_enabled() -> ::Boolean
Returns
- (::Boolean) — Optional. When set to true, any incremental tables will be fully refreshed.
#fully_refresh_incremental_tables_enabled=
def fully_refresh_incremental_tables_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. When set to true, any incremental tables will be fully refreshed.
Returns
- (::Boolean) — Optional. When set to true, any incremental tables will be fully refreshed.
#included_tags
def included_tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The set of tags to include.
#included_tags=
def included_tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The set of tags to include.
Returns
- (::Array<::String>) — Optional. The set of tags to include.
#included_targets
def included_targets() -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — Optional. The set of action identifiers to include.
#included_targets=
def included_targets=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — Optional. The set of action identifiers to include.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — Optional. The set of action identifiers to include.
#service_account
def service_account() -> ::String
Returns
- (::String) — Optional. The service account to run workflow invocations under.
#service_account=
def service_account=(value) -> ::String
Parameter
- value (::String) — Optional. The service account to run workflow invocations under.
Returns
- (::String) — Optional. The service account to run workflow invocations under.
#transitive_dependencies_included
def transitive_dependencies_included() -> ::Boolean
Returns
- (::Boolean) — Optional. When set to true, transitive dependencies of included actions will be executed.
#transitive_dependencies_included=
def transitive_dependencies_included=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. When set to true, transitive dependencies of included actions will be executed.
Returns
- (::Boolean) — Optional. When set to true, transitive dependencies of included actions will be executed.
#transitive_dependents_included
def transitive_dependents_included() -> ::Boolean
Returns
- (::Boolean) — Optional. When set to true, transitive dependents of included actions will be executed.
#transitive_dependents_included=
def transitive_dependents_included=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. When set to true, transitive dependents of included actions will be executed.
Returns
- (::Boolean) — Optional. When set to true, transitive dependents of included actions will be executed.