BigQuery Storage Write API calls not logged to Audit logs

164 Views Asked by At

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?

0

There are 0 best solutions below