Google Cloud SDK - gcloud alpha datastore indexes create

61 Views Asked by At

Initially we had 2 projects , one for firestore and other for datastore Trying to use Multiple database feature of Google Cloud. When I try to create indexes using the command : gcloud alpha datastore indexes create "filename" --database=mydatastore1

I get the error : (gcloud.alpha.datastore.indexes.create) ALREADY_EXISTS: index already exists

The same command works perfectly well if i work in previous configuration

1

There are 1 best solutions below

0
Robert G On

Posting as a community wiki based on @JimMorrison which is a Googler based on his profile:

Looks like this may be a bug in gcloud. We've added a fix that will be in the next gcloud release.