From 7e3b48ba154c84fb5d5a31abfba4a957cfe984a0 Mon Sep 17 00:00:00 2001 From: Jacob Cable Date: Thu, 19 Sep 2024 13:16:31 +0100 Subject: [PATCH] chore: update wording of new param --- firestore-bigquery-export/README.md | 2 +- firestore-bigquery-export/extension.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firestore-bigquery-export/README.md b/firestore-bigquery-export/README.md index 43ac8dd1c..932e71881 100644 --- a/firestore-bigquery-export/README.md +++ b/firestore-bigquery-export/README.md @@ -126,7 +126,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan * 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. -* Enable logging failed exports: If enabled, the extension will exports that failed to enqueue to the Firebase console, to prevent data loss. +* Enable logging failed exports: If enabled, the extension will log event exports that failed to enqueue to Cloud Logging, to mitigate data loss. * 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. diff --git a/firestore-bigquery-export/extension.yaml b/firestore-bigquery-export/extension.yaml index 15c548950..c8045fe97 100644 --- a/firestore-bigquery-export/extension.yaml +++ b/firestore-bigquery-export/extension.yaml @@ -209,8 +209,8 @@ params: - param: LOG_FAILED_EXPORTS label: Enable logging failed exports description: >- - If enabled, the extension will export what failed to enqueue to the - Firebase console, to mitigate data loss. + If enabled, the extension will log event exports that failed to enqueue to + Cloud Logging, to mitigate data loss. type: select options: - label: Yes