0

How do I set the billing tier for queries executed through the BigQuery APIs in Google Cloud Datalab?

Kurt Gooden
  • 43
  • 1
  • 6
  • [This form](https://support.google.com/cloud/contact/bigquery_high_compute_queries_quota_request_form) enables you to set a project-wide default setting for maximumBillingTier so that you can run [high-compute](https://cloud.google.com/bigquery/pricing#high-compute) queries that require additional resources. The other option is to override the default billing tier for your project on a per-query basis. Can you confirm that you are looking for the ability to override the default billing tier for your project on a per-query basis, as opposed to increasing the default tier for your project? – Anthonios Partheniou Sep 06 '16 at 01:55
  • Hi @AnthoniosPartheniou, I am looking for the ability to override the default billing tier for the project at a query level. – Kurt Gooden Sep 06 '16 at 02:02
  • 1
    Thanks for confirming! I'm looking into submitting a pull request for this feature. – Anthonios Partheniou Sep 06 '16 at 02:11
  • OK, thanks! I will look out for the update. – Kurt Gooden Sep 06 '16 at 02:18

1 Answers1

0

It is currently not possible to change the billing tier on a per-query basis in Google Datalab. I've submitted a pull request for this feature.

Anthonios Partheniou
  • 1,699
  • 1
  • 15
  • 25