Google Cloud Dataform V1beta1 Client - Class QueryPriority (0.10.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class QueryPriority.

Types of priority for query execution in BigQuery.

Protobuf type google.cloud.dataform.v1beta1.InvocationConfig.QueryPriority

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ InvocationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;