From b1abe062ffdac50879efe8e6ba3943cf6b193c65 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Tue, 3 Dec 2019 18:15:45 +0100 Subject: [PATCH] Updates for new parameters billing_project and storage_api --- .../import-api/guides/07-database-connectors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developer-center/import-api/guides/07-database-connectors.md b/doc/developer-center/import-api/guides/07-database-connectors.md index 7c76cdaa43..cbeb20b7e5 100644 --- a/doc/developer-center/import-api/guides/07-database-connectors.md +++ b/doc/developer-center/import-api/guides/07-database-connectors.md @@ -1303,11 +1303,11 @@ from_external_source | Has the value **false** for all connector-based synchroni This service is subject to charges in your BigQuery project, according to your pricing settings. Please check https://cloud.google.com/bigquery/pricing for more information. +When using the [BigQuery Storage API](https://cloud.google.com/bigquery/docs/reference/storage/) (activated with the `storage_api` parameter) pricing may differ; see "BigQuery Storage API Pricing" in the Google BigQuery documentation: https://cloud.google.com/bigquery/pricing#storage-api. + ##### The billing project -The project used to bill expenses is either: -- the billing project associated to your user if you configured it through `Settings > Account > Connect to external data sources` -- PLANNED the one set through the `billing_project` parameter, which is mandatory when using authorization through Service Account credentials. +The project used to bill expenses is the one set through the `billing_project` parameter, which is mandatory. Query charges apply to the billing project regardless of the project acting as source of data.