On Thu, Jan 30, 2014 at 6:40 AM, Leto Atreides <[email protected]> wrote:
> Has anyone had luck getting the "Extract and Transform App Engine > Datastore Data for Analysis with > BigQuery<https://developers.google.com/bigquery/articles/datastoretobigquery>" > Codelab example working? It took a bit for me even to get it to run as > some of the library references are incorrect. It deployed fine and creates > the new data in the Datastore no problem, but hangs when the mapper runs. > Just wondering if anyone has had success with this or if I should try a > different approach to get my data from the Datastore to BigQuery. > I haven't used that codelab personally, but out of curiosity how large is your dataset? If it isn't too big, you could download your datastore as a CSV file ( https://developers.google.com/appengine/docs/python/tools/uploadingdata ) then reupload it to BigQuery via Cloud Storage ( https://developers.google.com/bigquery/loading-data-into-bigquery ). ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
