-
Notifications
You must be signed in to change notification settings - Fork 990
fix: unmarshal object_details json string into map to make response have nested json in spannerlisttables #1894
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
base: main
Are you sure you want to change the base?
Conversation
…ave nested json in spannerlisttables
|
agent readability of output comparision adk agentqueries = [
"can you list all table name simple?",
"can you get me detailed info about Products?",
]main branchA1 A2 Schema Name: (empty string) Columns:
Constraints:
Indexes:
nested jsonA1 A2
gemini climain branch
✦ The table names in Spanner are: Account, AccountTransferAccount, Accounts, Customers, Follows,
╭────────────────────────────────────────────────────────────────────────────────────────────────╮ Table Name: Products Columns:
Constraints:
Indexes:
nested json
╭────────────────────────────────────────────────────────────────────────────────────────────────╮
╭────────────────────────────────────────────────────────────────────────────────────────────────╮
It has a primary key constraint on ProductID and a check constraint ensuring ProductID is not |
Description
Unmarshal object_details json string into map to make response have nested json in spannerlisttables instead of nested JSON string
PR Checklist
CONTRIBUTING.md
bug/issue
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
!if this involve a breaking change🛠️ Fixes #1838