Module: Google::Cloud::Dataform::V1::InvocationConfig::QueryPriority

Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Types of priority for query execution in BigQuery.

Constant Summary collapse

QUERY_PRIORITY_UNSPECIFIED =

Default value. This value is unused.

0
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.

1
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.

2