Skip to content

Commit

Permalink
Update Google BigQuery parameter (#171)
Browse files Browse the repository at this point in the history
* Update bigquery.mdx

* Update bigquery.mdx

* Update bigquery.mdx
  • Loading branch information
WanYixian authored Jan 6, 2025
1 parent 0a7fc48 commit 3ffe880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/destinations/bigquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 3ffe880

Please sign in to comment.