InvocationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Includes various configuration options for this workflow invocation.
If both included_targets
and included_tags
are unset, all
actions will be included.
Attributes | |
---|---|
Name | Description |
included_targets |
Sequence[google.cloud.dataform_v1alpha2.types.Target]
Immutable. The set of action identifiers to include. |
included_tags |
Sequence[str]
Immutable. The set of tags to include. |
transitive_dependencies_included |
bool
Immutable. When set to true, transitive dependencies of included actions will be executed. |
transitive_dependents_included |
bool
Immutable. When set to true, transitive dependents of included actions will be executed. |
fully_refresh_incremental_tables_enabled |
bool
Immutable. When set to true, any incremental tables will be fully refreshed. |