Class InvocationConfig (0.5.9)

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

Includes various configuration options for a workflow invocation. If both included_targets and included_tags are unset, all actions will be included.

Attributes

NameDescription
included_targets MutableSequence[google.cloud.dataform_v1beta1.types.Target]
Optional. The set of action identifiers to include.
included_tags MutableSequence[str]
Optional. The set of tags to include.
transitive_dependencies_included bool
Optional. When set to true, transitive dependencies of included actions will be executed.
transitive_dependents_included bool
Optional. When set to true, transitive dependents of included actions will be executed.
fully_refresh_incremental_tables_enabled bool
Optional. When set to true, any incremental tables will be fully refreshed.
service_account str
Optional. The service account to run workflow invocations under.