Skip to content

Commit ea218c3

Browse files
authored
chore(firestore-bigquery-export): update param description and README (#2209)
1 parent ea44778 commit ea218c3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

firestore-bigquery-export/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ essential for the script to insert data into an already partitioned table.)
158158

159159
* Cloud KMS key name: Instead of Google managing the key encryption keys that protect your data, you control and manage key encryption keys in Cloud KMS. If this parameter is set, the extension will specify the KMS key name when creating the BQ table. See the PREINSTALL.md for more details.
160160

161-
* Maximum number of enqueue attempts: This parameter will set the maximum number of attempts to enqueue a document to cloud tasks for export to BigQuery. If the maximum number of attempts is reached, the failed export will be handled according to the `LOG_FAILED_EXPORTS` parameter.
161+
* Maximum number of enqueue attempts: This parameter will set the maximum number of attempts to enqueue a document to cloud tasks for export to BigQuery.
162162

163163

164164

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,7 @@ params:
404404
label: Maximum number of enqueue attempts
405405
description: >-
406406
This parameter will set the maximum number of attempts to enqueue a
407-
document to cloud tasks for export to BigQuery. If the maximum number of
408-
attempts is reached, the failed export will be handled according to the
409-
`LOG_FAILED_EXPORTS` parameter.
407+
document to cloud tasks for export to BigQuery.
410408
type: string
411409
validationRegex: ^(10|[1-9])$
412410
validationErrorMessage: Please select an integer between 1 and 10

0 commit comments

Comments
 (0)