Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::InvocationConfig::QueryPriority.
Types of priority for query execution in BigQuery.
Constants
QUERY_PRIORITY_UNSPECIFIED
value: 0
Default value. This value is unused.
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.
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.