Class InvocationConfig (0.10.0)

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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
included_targets MutableSequence[google.cloud.dataform_v1.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.
query_priority google.cloud.dataform_v1.types.InvocationConfig.QueryPriority
Optional. Specifies the priority for query execution in BigQuery. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries. This field is a member of oneof_ _query_priority.

Classes

QueryPriority

QueryPriority(value)

Types of priority for query execution in BigQuery.