We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For every request, for example this:
{ `sql`: ` SELECT schema_name FROM INFORMATION_SCHEMA.SCHEMATA ORDER BY schema_name; ` }
I'm getting an error:
Error executing code: MCP error 400: Cannot parse as CloudRegion.
There is a double space after the word "parse". I don't see the word CloudRegion in the source code of this module.
I've tried both project id and project number - same error.
bq cli can list table with out any problems.
bq
The text was updated successfully, but these errors were encountered:
In my case, the problem was the multi-region setup of my DB. I modified the code a bit to accommodate for this.
#5
Sorry, something went wrong.
No branches or pull requests
For every request, for example this:
I'm getting an error:
Error executing code: MCP error 400: Cannot parse as CloudRegion.
There is a double space after the word "parse". I don't see the word CloudRegion in the source code of this module.
I've tried both project id and project number - same error.
bq
cli can list table with out any problems.The text was updated successfully, but these errors were encountered: