I have another issue: I'm using GeoModel which stores a list of strings. However, when uploading vales the string list is instead set to a sinlge string (e.g. "[ u'8', u'82, ...]" ). Is there a yaml field I'm missing to tell the bulk loader that a coulmn in my CDC is actually a list?
Thanks! Ryan On May 12, 10:23 am, Stirman <[email protected]> wrote: > I am also having the same AssertionError exception, has anyone > discovered what the issue is? > > On May 3, 7:21 am, Yoav Aviram <[email protected]> wrote: > > > > > > > I am getting the same AssertionError exception. > > > On Apr 28, 10:44 pm, Josh <[email protected]> wrote: > > > > I get the following error and then the process has to be killed to > > > exit. Any ideas? > > > > [ERROR ] [Thread-11] ExportProgressThread: > > > Traceback (most recent call last): > > > File "/Users/s/Downloads/google_appengine/google/appengine/tools/ > > >bulkloader.py", line 1442, in run > > > self.PerformWork() > > > File "/Users/s/Downloads/google_appengine/google/appengine/tools/ > > >bulkloader.py", line 2210, in PerformWork > > > item.key_end) > > > File "/Users/s/Downloads/google_appengine/google/appengine/tools/ > > >bulkloader.py", line 1993, in StoreKeys > > > self.py_type)) > > > AssertionError: > > > agh3Zi1kYWlseXJFCxInX19TdGF0X1Byb3BlcnR5VHlwZV9Qcm9wZXJ0eU5hbWVfS2luZF9fIhh > > > CbG9iX2NvbnRlbnRfRW50aXR5U2hhcmQM > > > is a <class 'google.appengine.api.datastore_types.Key'>, > > > _ProgressDatabase expected <type 'int'> > > > > On Apr 23, 1:36 pm, Matthew Blain <[email protected]> wrote: > > > > > I have just updatedhttp://bulkloadersample.appspot.com/withanew > > > > release. > > > > * Updated to the 1.3.3 Python SDK > > > > * The wizard is easier to run and generates TODO comments on all > > > > lines which require editing. (You may want to do additional edits > > > > too.) > > > > * 'xml' format has been renamed to 'simplexml'--leaving room a more > > > > effective xml connector in the future may have a different interface. > > > > (No, there's no current plans for one.) > > > > > I plan to talk about this at Google > > > > I/O:http://code.google.com/events/io/2010/sessions/data-migration-appengi... > > > > Now is a great time to send feedback about the tool, or questions > > > > about the tool, to maximize the chance that your questions can be > > > > addressed in the session. > > > > > --Matthew > > > > > On Apr 22, 10:13 am, Sam Briesemeister <[email protected]> > > > > wrote: > > > > > > A couple of questions: > > > > > > - Is this feature easily ported into the 1.3.3 release of 4/21? > > > > > - Is there a release timeline for this feature? > > > > > > Thanks! > > > > > > On Apr 9, 3:26 pm, Matthew Blain <[email protected]> wrote: > > > > > > > I’d like to announce a wider prerelease of the new App Engine > > > > > >Bulkloaderconfiguration format. This new format extends the existing > > > > > >bulkloaderwith a new format with several advantages: > > > > > > > * Semi-Automatic configuration generation: The SDK can generate a > > > > > >bulkloaderconfiguration based on your existing data. > > > > > > * Supports more data formats. CSV support has been extended to > > > > > > files > > > > > > with headers, basic XML support has been added, and it is simpler to > > > > > > use alternate text encodings in the files. Additional and custom > > > > > > data > > > > > > connectors are now easier to create. > > > > > > * Easier to use -- the new syntax is more declarative and > > > > > > descriptive than the old one. Developers who use languages other > > > > > > than > > > > > > Python no longer need to write code in the Python language, although > > > > > > the Python SDK is still required to run the tool. > > > > > > > To try out the newbulkloader, please > > > > > > visithttp://bulkloadersample.appspot.com/ > > > > > > . Preliminary documentation is available on the README on that site > > > > > > along with a version of the 1.3.2 Python SDK containing the new > > > > > >bulkloader. > > > > > > > You can send feedback to the group or directly to me. > > > > > > > --Matthew Blain > > > > > > Google App Engine Team > > > > > > [email protected] > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups "Google App Engine" group. > > > > > To post to this group, send email to > > > > > [email protected]. > > > > > To unsubscribe from this group, send email to > > > > > [email protected]. > > > > > For more options, visit this group > > > > > athttp://groups.google.com/group/google-appengine?hl=en. > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Google App Engine" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group > > > > athttp://groups.google.com/group/google-appengine?hl=en. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group > > > athttp://groups.google.com/group/google-appengine?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
