Re: [google-appengine] Re: How export BiqQuery data to google Storage bucket either using with API or Java SDK automatically ?

2018-10-01 Thread 'Ali T (Cloud Platform Support)' via Google App Engine
There are currently no predefined templates from BigQuery to Google Cloud Storage. However, Dataflow does allow you to create your own templates to fit your use case. You can find information pertaining to creating your own template at the following documentation[1]. Information regarding the

[google-appengine] Re: How export BiqQuery data to google Storage bucket either using with API or Java SDK automatically ?

2018-09-28 Thread 'Ali T (Cloud Platform Support)' via Google App Engine
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