Skip to content

Commit ecc213e

Browse files
authored
chore: update wording of new param (#2185)
1 parent 1f96d3b commit ecc213e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

firestore-bigquery-export/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
126126

127127
* Collection path: What is the path of the collection that you would like to export? You may use `{wildcard}` notation to match a subcollection of all documents in a collection (for example: `chatrooms/{chatid}/posts`). Parent Firestore Document IDs from `{wildcards}` can be returned in `path_params` as a JSON formatted string.
128128

129-
* Enable logging failed exports: If enabled, the extension will exports that failed to enqueue to the Firebase console, to prevent data loss.
129+
* Enable logging failed exports: If enabled, the extension will log event exports that failed to enqueue to Cloud Logging, to mitigate data loss.
130130

131131
* Enable Wildcard Column field with Parent Firestore Document IDs: If enabled, creates a column containing a JSON object of all wildcard ids from a documents path.
132132

firestore-bigquery-export/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ params:
209209
- param: LOG_FAILED_EXPORTS
210210
label: Enable logging failed exports
211211
description: >-
212-
If enabled, the extension will export what failed to enqueue to the
213-
Firebase console, to mitigate data loss.
212+
If enabled, the extension will log event exports that failed to enqueue to
213+
Cloud Logging, to mitigate data loss.
214214
type: select
215215
options:
216216
- label: Yes

0 commit comments

Comments
 (0)