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 stop
- Set 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 the- regionvalue displayed in the Job ID field of the BigQuery console. When defining the pricing for the- regionin- unravel.properties, you must define the value in lowercase.- The sample - regionvalues are- us,- 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 apply
- Start Unravel. - <Unravel installation directory>/unravel/manager start