I have been using "Stream Firestore to Bigquery extension" for a long and it was working all fine with data flowing continuously. But now what is happening is all new extensions that I am creating doesn't streams the new data in the BQ, the old extensions which were created earlier still flowing new data to the biguqery. It's just the new extensions I am facing this issue with.
Hi @Ashish_vats1,
Since your old Firestore-to-BigQuery extensions are still streaming data but the new ones aren’t, it’s likely something in the setup of the new extensions is off. Double-check that the Firestore collection paths, BigQuery dataset, and table settings are correctly configured. Also, make sure the service account used by the new extensions has all the necessary permissions. Sometimes newer versions of the extension can behave differently, so reviewing any recent changes or logs might help you spot what’s going wrong. Comparing the configs of your working old extensions with the new ones could also reveal the issue. You can learn more here.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hey thanks for the response. I double checked the Firestore configuration but it was same. I even checked the service account permission it's also same. But still facing the same issue.