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
regionvalue is case-sensitive. You can check theregionvalue displayed in the Job ID field of the BigQuery console. When defining the pricing for theregioninunravel.properties, you must define the value in lowercase.The sample
regionvalues areus,eu,us-west1,europe-central2,europe-west1, and so on.You can find the possible values for
regionfrom the GCP BigQuery website.Apply the changes.
<Unravel installation directory>/unravel/manager config applyStart Unravel.
<Unravel installation directory>/unravel/manager start