Skip to content

Commit

Permalink
chore(firestore-bigquery-export): update param description and README (
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac authored Nov 6, 2024
1 parent ea44778 commit ea218c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion firestore-bigquery-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ essential for the script to insert data into an already partitioned table.)

* 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.

* 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.
* 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.



Expand Down
4 changes: 1 addition & 3 deletions firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,7 @@ params:
label: Maximum number of enqueue attempts
description: >-
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.
document to cloud tasks for export to BigQuery.
type: string
validationRegex: ^(10|[1-9])$
validationErrorMessage: Please select an integer between 1 and 10
Expand Down

0 comments on commit ea218c3

Please sign in to comment.