Everyday I get some data into a Google Sheet, the data from today overwrites the data from yesterday.
I created a BigQuery table based on this Google Sheet - initial connection works and the data from the sheet can be correctly queried in BigQuery.
Q: Tomorrow the data in Google Sheet will be overwritten. How can I append everyday data from Google Sheet to BigQuery so, that I have in BigQuery data from everyday consecutively, like archived?
I didn't found any tutorial for such task - everything I found is about connecting Google Sheets to BigQuery and getting data from one to another, but not about a kind of archiving.