Skip to content

Entity.reload does not work #464

Description

@dhermes

We should make sure to fix the tests as well as the code:

key=self._must_keydataset=self._must_datasetentity=dataset.get_entity(key.to_protobuf())

(the key should be re-loaded, not the key protobuf).

Example failure:

>>>entity.reload()
Traceback (mostrecentcalllast):
File"<stdin>", line1, in<module>File"gcloud/datastore/entity.py", line215, inreloadentity=dataset.get_entity(key.to_protobuf())
File"gcloud/datastore/dataset.py", line139, inget_entitykey=Key.from_path(*key_or_path)
TypeError: from_path() argumentafter*mustbeasequence, notKey

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: datastoreIssues related to the Datastore API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions