get data that triggered cloud function into cloud function (google.cloud.bigquery.v2.JobService.InsertJob)
i have a cloud function which gets triggered when data is inserted into a specific BigQuery table (event type – google.cloud.bigquery.v2.JobService.InsertJob). My requirement is to get this “row data” into the cloud function logic.
Call a Google Cloud Function from a procedure in Google Bigquery
I have created a cloud function called “process” from 2st gen. Now I need to call it from a procedure I created in bigquery: