We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
datastore.set_defaults()
Key
The following code
from gcloud import datastore datastore.set_defaults() key = datastore.Key('test',1)
Results in ValueError("A Key must have a dataset ID set")
ValueError("A Key must have a dataset ID set")
The following code
Results in
ValueError("A Key must have a dataset ID set")