How can I change maximumBillingTier?

I am testing BigQuery tables, and I saw that I can modify maximumBillingTier to require a large amount of resources to process bytes of source data, but I don’t understand how I can change this application.

Can you set an example? How can I change this field?

Can this value be changed to a query? as mentioned here

Can I also change to the WEB interface? I did not find a document showing how to do this.

+1
source share
2 answers

To fulfill the request at a higher price level, pass the new value to maximumBillingTier

configuration.query.maximumBillingTier

, , https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.query

,

configuration.query.createDisposition configuration.query.allowLargeResults

: BillingTier , 5 . . https://cloud.google.com/bigquery/pricing#high-compute

bq -

USAGE: bq.py [--global_flags] <command> [--command_flags] [args]   

- job_property: - ;

+2

bq.py maximumBillingTier . , .

+1

Source: https://habr.com/ru/post/1607786/


All Articles