Reference documentation and code samples for the Google Cloud Dataform V1 Client class QueryPriority.
Types of priority for query execution in BigQuery.
Protobuf type google.cloud.dataform.v1.InvocationConfig.QueryPriority
Namespace
Google \ Cloud \ Dataform \ V1 \ InvocationConfigMethods
static::name
value
mixed
static::value
name
mixed
Constants
QUERY_PRIORITY_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum QUERY_PRIORITY_UNSPECIFIED = 0;
INTERACTIVE
Value: 1
Query will be executed in BigQuery with interactive priority.
More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries .
Generated from protobuf enum INTERACTIVE = 1;
BATCH
Value: 2
Query will be executed in BigQuery with batch priority.
More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries .
Generated from protobuf enum BATCH = 2;

