Configuring on-demand pricing to process queries
You can configure the on-demand price per TB in USD based on the region by using the com.unraveldata.bigquery.ondemand.analysis.pricing.per.tb.usd.{region} property. The default price is $5 per TB.
Stop Unravel.
<Unravel installation directory>
/unravel/manager stopSet the com.unraveldata.bigquery.ondemand.analysis.pricing.per.tb.usd.{region} property, region value, and price value.
<Unravel installation directory
>/unravel/manager config properties set com.unraveldata.bigquery.ondemand.analysis.pricing.per.tb.usd.{region}<the price value in USD>
For example: /opt/unravel/manager config properties set com.unraveldata.bigquery.ondemand.analysis.pricing.per.tb.usd.europe-west1 6
Note
The
region
value is case-sensitive. You can check theregion
value displayed in the Job ID field of the BigQuery console. When defining the pricing for theregion
inunravel.properties
, you must define the value in lowercase.The sample
region
values areus
,eu
,us-west1
,europe-central2
,europe-west1
, and so on.You can find the possible values for
region
from the GCP BigQuery website.Apply the changes.
<Unravel installation directory>
/unravel/manager config applyStart Unravel.
<Unravel installation directory>
/unravel/manager start