Includes various configuration options for a workflow invocation. If both includedTargets and includedTags are unset, all actions will be included.
| JSON representation |
|---|
{ "includedTargets": [ { object ( |
| Fields | |
|---|---|
includedTargets[] |
Optional. The set of action identifiers to include. |
includedTags[] |
Optional. The set of tags to include. |
transitiveDependenciesIncluded |
Optional. When set to true, transitive dependencies of included actions will be executed. |
transitiveDependentsIncluded |
Optional. When set to true, transitive dependents of included actions will be executed. |
fullyRefreshIncrementalTablesEnabled |
Optional. When set to true, any incremental tables will be fully refreshed. |
serviceAccount |
Optional. The service account to run workflow invocations under. |
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. |
QueryPriority
Types of priority for query execution in BigQuery.
| Enums | |
|---|---|
QUERY_PRIORITY_UNSPECIFIED |
Default value. This value is unused. |
INTERACTIVE |
Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries. |
BATCH |
Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries. |