GAE will always choose the ID for you (at least with web2py dal, custom GAE 
keys are not implemented).  You could maybe add an extra field to the 
province table to store your "internal id" and use the for lookup when 
loading the second table.  or if you are doing the load back to back, create 
a dict in memcache that maps your ID to the google ID and do the lookup as 
you write the city rows.

Reply via email to