[google-appengine] Can't access ODK data in data store

2014-02-10 Thread Leto Atreides
I'm trying to access data that ODK has pushed into the datastore. The below code words fine when I query an entity that I created via Python, which was called "ProductSalesData". The entity name ODK has given it's data is "opendatakit.test1". When I update the data model to class opendatakit.t

[google-appengine] Datastore to BigQuery Python codelab example not working

2014-02-04 Thread Leto Atreides
Has anyone had luck getting the "Extract and Transform App Engine Datastore Data for Analysis with BigQuery" Codelab example working? It took a bit for me even to get it to run as some of the library references are incorrect.