docs(firestore-bigquery-export): document failure handling and recovery - #3131
Open
cabljac wants to merge 1 commit into
Open
docs(firestore-bigquery-export): document failure handling and recovery#3131cabljac wants to merge 1 commit into
cabljac wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in README.md to reflect the introduction of the syncBigQuery Cloud Tasks queue for buffering and retrying failed BigQuery writes. It details the new configuration parameters, IAM roles, failure handling behavior, and API surface changes. The feedback suggests a minor wording improvement in the failure handling section to clarify that a row is dropped along with the task if no backup collection is configured.
cabljac
force-pushed
the
docs/kits-fbe-failure-handling
branch
from
September 7, 2026 16:45
4062cf2 to
3912c71
Compare
cabljac
marked this pull request as ready for review
September 7, 2026 16:50
cabljac
force-pushed
the
docs/kits-fbe-failure-handling
branch
from
September 7, 2026 16:52
3912c71 to
fa2b405
Compare
cabljac
force-pushed
the
docs/kits-fbe-failure-handling
branch
from
September 7, 2026 17:26
fa2b405 to
78d2e27
Compare
Adds the failure handling section: the sync queue, recovering parked rows from BACKUP_COLLECTION, known limits, and the new params.
cabljac
force-pushed
the
docs/kits-fbe-failure-handling
branch
from
September 8, 2026 09:06
78d2e27 to
b435f88
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Last layer of the Cloud Tasks write buffer stack. README only.
Adds a "Failure handling" section describing the sync queue, how to recover rows parked in
BACKUP_COLLECTIONback into BigQuery, and the known limits that have not been verified live. Adds the two new params to the settings table,syncBigQueryto the list of functions to re-export,roles/cloudtasks.enqueuerto the roles list, and updates the differences section so failed writes are described as the same buffer the extension has rather than a trigger retry.Part of #3031.