datastore.set_defaults()
does not error, but Key
constructor fails
#618
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The following code
Results in
ValueError("A Key must have a dataset ID set")
The text was updated successfully, but these errors were encountered: