Class: Google::Cloud::Dataform::V1beta1::InvocationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::InvocationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Includes various configuration options for a workflow invocation.
If both included_targets and included_tags are unset, all actions
will be included.
Instance Attribute Summary collapse
-
#fully_refresh_incremental_tables_enabled ⇒ ::Boolean
Optional.
-
#included_tags ⇒ ::Array<::String>
Optional.
-
#included_targets ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Optional.
-
#service_account ⇒ ::String
Optional.
-
#transitive_dependencies_included ⇒ ::Boolean
Optional.
-
#transitive_dependents_included ⇒ ::Boolean
Optional.
Instance Attribute Details
#fully_refresh_incremental_tables_enabled ⇒ ::Boolean
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#included_tags ⇒ ::Array<::String>
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#included_targets ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Target>
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transitive_dependencies_included ⇒ ::Boolean
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transitive_dependents_included ⇒ ::Boolean
1923 1924 1925 1926 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1923 class InvocationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |