0

I'm trying to bulkload data using appcfg.py as described here. I got it working except setting parent entity, I can't seem to find info on how to set a parent entity for entity being created by the import. Can you point me to the right direction or provide a code snippet for my bulkloader.Loader implementation?

Janusz Skonieczny
  • 17,642
  • 11
  • 55
  • 63

1 Answers1

1

You need to override the generate_key method of your Loader class. See this post for details.

Nick Johnson
  • 100,655
  • 16
  • 128
  • 198