cloud function to write back to Looker
This cloud function leverage Looker's Actions as the starting point to write back to our table in BigQuery to update records.
At a high level, the script is:
- Takes in row level data in JSON format passed from Looker's actions.
- Reads and parses the relevant values to populate our SQL query which will INSERT into our specified table
Additional resources: Cloud Function