0

I'm trying to create a Cloud Function that is called when new rows are written to a BigQuery table using the Storage Write API (it's the Firebase Crashlytics to BigQuery stream).

However, the Cloud Function is never triggered. I checked the Audit Logs (which, I believe, is used to trigger the function) for BigQueryWrite entry but there is no such entry.

Is there any particular setting that needs to be enabled for it to be logged?

timemanx
  • 4,493
  • 6
  • 34
  • 43
  • Does this [link](https://medium.com/@rhimanshu86/event-driven-workflows-in-bigquery-cloud-function-aaa426caf291) help you? – kiran mathew Jul 12 '23 at 14:55
  • @kiranmathew That post is indeed talking about exactly what I want to do. However, the author is using `InsertJob` (which is working for me as well) whereas I want to listen to `AppendRows`. – timemanx Jul 13 '23 at 01:29
  • Could you confirm that data is appended correctly when using the AppendRows method? – kiran mathew Jul 19 '23 at 14:41

0 Answers0