I have a Google Web Application connected to a Google App Engine back-end, using Datastore to store all of my data.
I have followed this tutorial: http://www.smartgooglecloud.com/gcs/bigquery/datastore-export-to-bigquery-part-1-manual-export/ to send my data from my Datastore to BigQuery. I was wondering if there is anyway to update the BigQuery table when my datastore updates?