diff --git a/integrations/destinations/bigquery.mdx b/integrations/destinations/bigquery.mdx index 17a66070..272c8d7d 100644 --- a/integrations/destinations/bigquery.mdx +++ b/integrations/destinations/bigquery.mdx @@ -53,6 +53,7 @@ WITH ( | bigquery.project | Required. The BigQuery project ID. | | bigquery.dataset | Required. The BigQuery dataset ID. | | bigquery.table | Required. The BigQuery table you want to sink to. | +| bigquery.credentials | Optional. Enter the JSON key credentials as a string. At least one of `bigquery.credentials` or `bigquery.local.path` or `bigquery.s3.path` must be specified. | | bigquery.retry\_times | Optional. The number of times the system should retry a BigQuery insert operation before ultimately returning an error. Defaults to 5. | | auto\_create | Optional. Defaults to false. If true, a new table will be automatically created in BigQuery when the specified table is not found. | | aws.credentials.access\_key\_id | Optional. The access key of the S3 file. This must be specified if sinking to an S3 file. |