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:
- If this property is set then the specified project will be billed.
- Otherwise, if the ProjectId is set then that project will be billed.
- 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`