diff --git a/firestore-bigquery-export/README.md b/firestore-bigquery-export/README.md index 2807b8c1a..81e28dbf3 100644 --- a/firestore-bigquery-export/README.md +++ b/firestore-bigquery-export/README.md @@ -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. diff --git a/firestore-bigquery-export/extension.yaml b/firestore-bigquery-export/extension.yaml index e41c68043..a22cdd947 100644 --- a/firestore-bigquery-export/extension.yaml +++ b/firestore-bigquery-export/extension.yaml @@ -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