You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Using the "human-readable" version foo of the prefixed ID s~foo (or e~foo) is allowed in a URI but not in a request payload (and will never be returned in a response since foo gets mapped to s~foo in the response).
This inconsistency can catch user's off-guard and requires custom behavior in to_protobuf()-type methods which essentially always ignore the dataset_id on a PartitionId message and only use the dataset ID in the URI.
which has Key.partition_id.dataset_id == 'foo' (either directly in a key
or in an Entity) in the payload results in
app s~foo cannot access app foo's data
Sending a filtered or ancestor query which does not have RunQueryRequest.partition_id.dataset_id set in the payload but does have
the dataset ID set in either the ancestor key
The query app is 'foo' but ancestor.key app is 'foo'.