Skip to content

llooker/looker_bq_writeback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

looker_bq_writeback

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:

  1. Takes in row level data in JSON format passed from Looker's actions.
  2. Reads and parses the relevant values to populate our SQL query which will INSERT into our specified table

Additional resources: Cloud Function

About

cloud function to write back to Looker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages