Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::WorkflowInvocation::InvocationConfig (v0.4.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::WorkflowInvocation::InvocationConfig.

Includes various configuration options for this 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) — Immutable. 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) — Immutable. When set to true, any incremental tables will be fully refreshed.
Returns
  • (::Boolean) — Immutable. When set to true, any incremental tables will be fully refreshed.

#included_tags

def included_tags() -> ::Array<::String>
Returns
  • (::Array<::String>) — Immutable. The set of tags to include.

#included_tags=

def included_tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Immutable. The set of tags to include.
Returns
  • (::Array<::String>) — Immutable. The set of tags to include.

#included_targets

def included_targets() -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns

#included_targets=

def included_targets=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Parameter
Returns

#transitive_dependencies_included

def transitive_dependencies_included() -> ::Boolean
Returns
  • (::Boolean) — Immutable. When set to true, transitive dependencies of included actions will be executed.

#transitive_dependencies_included=

def transitive_dependencies_included=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Immutable. When set to true, transitive dependencies of included actions will be executed.
Returns
  • (::Boolean) — Immutable. When set to true, transitive dependencies of included actions will be executed.

#transitive_dependents_included

def transitive_dependents_included() -> ::Boolean
Returns
  • (::Boolean) — Immutable. When set to true, transitive dependents of included actions will be executed.

#transitive_dependents_included=

def transitive_dependents_included=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Immutable. When set to true, transitive dependents of included actions will be executed.
Returns
  • (::Boolean) — Immutable. When set to true, transitive dependents of included actions will be executed.