开发者

Is there an app.yaml setting to prevent the Datastore Admin from displaying only entities from the default namespace?

开发者 https://www.devze.com 2023-04-03 22:30 出处:网络
I have no data in my default namespace (this is a Java app). All of my data is in a namespace I have defined.

I have no data in my default namespace (this is a Java app).

All of my data is in a namespace I have defined.

In my production admin panel, if I go to "Datastore Viewer", all of the data in my custom namespace is visible when I type the namespace name into the namespace filter.

However, the Datastore Admin shows NO DATA.

The Datastore Admin also does not seem to display an option to switch to my custom namespace.

I want to delete the data in my custom namespace and was hoping to use the Datastore Admin to do so.

Is there an app.yaml setting to get the Datastore Admin to display entities that a开发者_C百科re not only in the default namespace?


In the Datastore Viewer query tab, do you see '+ Options' ? Expand that, and you'll find the namespace override.

0

精彩评论

暂无评论...
验证码 换一张
取 消