My situation is:
I want to schedule regular data updates from Cloud SQL into BigQuery.
The data of the table on Cloud SQL is updated regularly and can edit the old data in that table. There are about 20 columns in this table.
When it comes to the update schedule I want to sync between Tables in Cloud SQL and BigQuery.
How can I add new data, update recently edited data and delete data that no longer exist in CLoud SQL in BigQuery?
Currently I use the way to override this table every time I go to the update schedule.
I still do not have a really good solution to save data when querying.