TDV Adapter for Google BigQuery

Build 22.0.8462

BillingProjectId

The ProjectId of the billing project for executing jobs.

Data Type

string

Default Value

""

Remarks

The ProjectId of the billing project for executing jobs. You can obtain the project Id in the Google APIs console: In the main menu, click API Project and copy the Id. For example: psychic-valve-137816. (Note that your domain name is not part of the Id.)

The billing project is determined based on the value of this property, the ProjectId and the query:

  1. If this property is set then the specified project will be billed.
  2. Otherwise, if the ProjectId is set then that project will be billed.
  3. Finally, if neither are set then the catalog from the first table in the query will be used. For example, the below query would bill the psychic-valve-137816 project.

SELECT FirstName, LastName FROM `psychic-valve-137816`.`Northwind`.`customers`

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462