Got this one solved by defining a transformer for the model instead of the kind.
On Jul 28, 11:15 pm, rw <[email protected]> wrote: > I have an entity with a ListProperty that can have many entries. When > calling put() on one of these entities I originally got the "too many > indexed properties" error message, and resolved it by adding > indexed=False to the property. Now however when I try to load the > same data using the bulk loader I get the error again. Is there an > option for bulkloader.yaml that I'm missing? > > Thanks! -- 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.
