It’s possible to do so. This would be like any other application that does some manipulation on data from BigQuery . Your application can be done using the client libraries[1] or through the rest API using extract property[2]. Once the application setup, you can use Cron jobs[3] to schedule your app to run every “n” time interval.
Moreover, as outlined on the official exporting data from BigQuery documentation[4], this can also be done through Dataflow jobs which can also be scheduled to run automatically at a certain time interval. [1] https://cloud.google.com/bigquery/docs/exporting-data#exporting_table_data [2] https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/insert [3] https://cloud.google.com/appengine/docs/standard/python/config/cron [4] https://cloud.google.com/bigquery/docs/exporting-data -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fd888e79-8687-4a82-9757-604d535a6919%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
