🐛 [Stream Firestore to BigQuery] Events stop streaming from firestore to bigquery, but fixed through extension update? #2198
Open
Description
opened on Oct 21, 2024
- Extension name: firestore-bigquery-export
- Extension version: 0.1.55
Steps to reproduce:
Several months ago the extension started randomly stopping streaming records into BigQuery. This seems to be nearly completely stopped until we upgrade the extension to a new version. We don't see any errors in the logs or anything. We have one version of the extension that streams into a non-partitioned table and one that streams into a partitioned table. This only seems to affect the partitioned table.
Expected result
Records continuously stream into BigQuery without interruption.
Actual result
Records are omitted from the BigQuery table until we upgrade the version.
Activity