Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IN operator with__key__ property does not work #640

Open
Assignees
pcostell
Labels
api: datastoreIssues related to the googleapis/python-datastore API.
@Aiesnow

Description

@Aiesnow

Hello,
Sorry I'm not 100% if this should be a bug report or a feature request, but since the IN operator is working on the Datastore UI on the GCP Console I'm guessing it's a bug.

Environment details

I'm not allowed to share those, but I don't think it matters in this case

  • OS type and version:
  • Python version:python --version
  • pip version:pip --version
  • google-cloud-datastore version:pip show google-cloud-datastore

Steps to reproduce

  1. Try to execute a query on the__key__ property with the IN operator
  2. Error :ValueError: Invalid key: "[<Key('Kind', 'key'), project=gcp-project>, <Key('Kind', 'key'), project=gcp-project>]"

Code example

query=client.query(kind=kind)query.add_filter("__key__","IN", [client.key(kind,key),client.key(kind,key2)])

Stack trace

# example

Sorry I'm not allowed to share the whole stack trace, but I investigated a bit and it seems to come from this condition :

            if property_name == KEY_PROPERTY_NAME and not isinstance(value, Key):                raise ValueError('Invalid key: "%s"' % value)

In casevalue is aList, it should check that all elements from the list are Keys instead of raising an error

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the googleapis/python-datastore API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp