To execute the request at a higher price level, pass the new value for maximumBillingTier
as part of the request request, just like the other properties. See link here .
For example, you can do something like configuration.query.createDisposition
or configuration.query.allowLargeResults
It should be noted that maximumBillingTier
is a positive integer that serves as a base price multiplier of $ 5 per TB. See Link and more details here .
You can also achieve this from the bq command line:
USAGE: bq.py [--global_flags] <command> [--command_flags] [args]
If necessary, change the global flag job_property
:
- job_property: additional key-value pairs to be included in the job configuration properties field; repeat this option specify a list of values
source share