Skip to content

Commit

Permalink
[4.6][bigquery] Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Jan 29, 2024
1 parent fe67151 commit f4793b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions content/chapter-destinations/google-bigquery/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Starting with version 4.6.0, {{% param "product_name" %}} can send data to [Goog

To configure {{% param "product_name" %}}, you'll need the name of the project, dataset, the name of the table to use, and the schema of the table.

<!-- - An [IAM service account](https://cloud.google.com/iam/docs/service-account-overview) that {{% param "product_name" %}} uses for authentication. -->
Authentication is done via [Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc).

<!-- FIXME Do we need more details about how to set up the Google side? -->

Expand Down Expand Up @@ -56,11 +56,6 @@ By default, the messages are sent with one worker, one message per batch, and wi

The `bigquery()` destination has the following options.

<!-- FIXME add other inherited options -->

<!-- FIXME update code examples in the included grpc authentication -->
{{< include-headless "chunk/grpc-authentication.md" >}}

{{% include-headless "chunk/option-destination-batch-bytes.md" %}}

By default, the `batch-bytes()` option of the `bigquery()` destination is 10 MB. This is an upper limit for the `bigquery()` destination. Note that due to a framework limitation, the batch might be at most 1 message larger than the set limit.
Expand Down

0 comments on commit f4793b8

Please sign in to comment.