I have a BigQuery View/Query that every morning I need to run and copy the result to a Google Sheet.
I am using Javascript, and plan to use the node.js BigQuery client library and the Google Sheets node.js API for interacting with BigQuery and Google Sheets.
I would like to achieve this using Google's Cloud Functions but I'm not sure how to put it all together and how to schedule it.
Can someone explain which tools/products I should use and how to string them together.