I am attempting to populate a local dev db using bulk upload (the
prerelease version, if that matters). This works fine when I do it to
the production datastore at appspot, but when I connect to my local
instance (http://localhost:8888/remote_api), I end up with exactly one
record, with an ID of 0. My strong suspicion is that keys are not
being generated for the records as they arrive, so they all end up
rewriting that one record rather than getting stored as new ones.

The __key__ definition fragment in my config file is

    - property: __key__
      external_name: key
      export_transform: transform.key_id_or_name_as_string

Again, this works exactly as expected for production datastore
uploads.  Any ideas how to make it work for local dev datastore
"up"loads as well?

-- 
Craig Berry - http://lapidum.org/home.html
"Magicians lie to the universe, and the
universe believes them."  -- Lenore Berry

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to