datastore2bigquery
datastore2bigquery copied to clipboard
Export Google Datastore to BigQuery
any field that is defined as follows in python does not export ndb.JsonProperty(indexed=False, compressed=True) any strategy for this?
I have created a CRON job to create bigquery exports and my GS bucket is in the same region as bigquery dataset. When I run the job , I see...
bq mk command defaults to US location
Hey there, Could you maybe describe how to schedule a cronjob with this script in the appengine. (I'm using python app engine)