Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when creating a datastore in regions other than global #168

Closed
agutta opened this issue Jan 16, 2024 · 1 comment · Fixed by #172
Closed

Error when creating a datastore in regions other than global #168

agutta opened this issue Jan 16, 2024 · 1 comment · Fixed by #172
Assignees
Labels
bug Something isn't working

Comments

@agutta
Copy link

agutta commented Jan 16, 2024

Scrapi tool to create datastore with global as region works but not for other regions.

Expected Behavior

Should create a datastore in us region

Current Behavior

InvalidArgument: 400 Location must be "global", got "us".

Possible Solution

Should create a datastore in region given by caller.

Steps to Reproduce

  1. Follow the code in go/scrapi-data-stores
  2. just change location to us

Detailed Description

Trying Vertex Search and Conversation features with scrapi tool.

@agutta agutta added the bug Something isn't working label Jan 16, 2024
@kmaphoenix
Copy link
Member

Quick Update:

I've identified the issue is on the Discovery Engine API side, not with SCRAPI.
The API is blocking any value other than global, which means it will fail when you try us.

I've filed a bug internally for the issue.
We'll keep this item open for now and track it, but there's no action item on our side for now, and that means unfortunately any users wishing to take this action via API are blocked.

image

@kmaphoenix kmaphoenix self-assigned this Feb 5, 2024
@kmaphoenix kmaphoenix changed the title Error when creating a datastore in regions other than global [BLOCKED] Error when creating a datastore in regions other than global Feb 5, 2024
@kmaphoenix kmaphoenix linked a pull request Feb 8, 2024 that will close this issue
@kmaphoenix kmaphoenix changed the title [BLOCKED] Error when creating a datastore in regions other than global Error when creating a datastore in regions other than global Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants