Hey Kyle,
  It sounds like you've changed your model definition.  Perhaps the
bulkloader is getting the info on properties from the datastore stats
or something.

  The datastore is schemaless, every entity of a given kind could have
different properties or properties with the same name and different
type.  After you changed your types, did you make sure to correct any
existing data (if needed)?



Robert







On Mon, Jul 18, 2011 at 18:09, Kyle Mulka <kyle.mu...@gmail.com> wrote:
> After I ran create_bulkloader_config, I got this in my bulkloader.yaml
> file:
>
>    # Warning: This property is a duplicate, but with a different
> type.
>    # TODO: Edit this transform so only one property with this name
> remains.
>    - property: address
>      external_name: address
>      # Type: PostalAddress Stats: 9 properties of this type in this
> kind.
>      import_transform: db.PostalAddress
>
> This seems like a remnant of a data transformation I did a month or
> two ago. I don't see any and PostalAddress properties in the datastore
> any more, so where is this coming from? Can an entity really have two
> properties with the same name but different types?? And, how would I
> find those entities and remove the extra property?
>
> --
> 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-appengine@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.
>
>

-- 
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-appengine@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