extensions icon indicating copy to clipboard operation
extensions copied to clipboard

🐛 [firestore-bigquery-export] Extension stopped streaming new data to BigQuery

Open bgergen opened this issue 1 month ago • 3 comments

[READ] Step 1: Are you in the right place?

Sent here by GCP support. They said that since the issue is with a Firebase extension, we should file it here as a bug.

[REQUIRED] Step 2: Describe your configuration

  • Extension name: firestore-bigquery-export
  • Extension version: 0.2.6
  • Configuration values (redact info where appropriate):
    • cloud_functions_location: us-east4
    • bq_dataset_location: us
    • firestore_instance_location: nam5

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

What happened? How can we make the problem occur? Unknown. The extension stopped streaming new data to BigQuery on 10/23. No changes were made to the extension during this time, and I did not see any error messages in the logs.

Expected result

The extension should stream new data to the designated BigQuery table as appropriate.

Actual result

New data in Firestore is not being streamed to BigQuery. We have been running the import script on a regular basis in order to continuously backfill our data.

bgergen avatar Dec 15 '25 04:12 bgergen