[pull] main from google:main#51
Merged
Merged
Conversation
* Update bigquery-agent-analytics.md * Update bigquery-agent-analytics.md Java version fix * Update bigquery-agent-analytics.md * Update bigquery-agent-analytics.md * Changing documentation for BigQueryAgentAnalyticsPlugin , adding java examples. --------- Co-authored-by: Joe Fernandez <931947+joefernandez@users.noreply.github.com>
* Create secret-manager.md initial draft * Update secret-manager.md Updated draft * Update secret-manager.md * Update secret-manager.md * Update secret-manager.md * Add files via upload * Update secret-manager.md * Update secret-manager.md * Update secret-manager.md * Update secret-manager.md --------- Co-authored-by: Joe Fernandez <931947+joefernandez@users.noreply.github.com>
* docs: clarify fan-out and join paths * Update routes.md * Update routes.md --------- Co-authored-by: Joe Fernandez <931947+joefernandez@users.noreply.github.com>
* Update compaction.md Added the explanation for token compaction, and a header section for sliding window section, added the section: What is compaction? * Update compaction.md Worked on changes * Update compaction.md * Update compaction.md worked on other 2 comments * Update compaction.md
* docs(gke): add Workload Identity IAM binding for adk deploy gke The automated deployment path (`adk deploy gke`) generates a manifest that uses the `default` Kubernetes service account in the `default` namespace, but the docs only documented the Workload Identity IAM binding for the manual path (which uses a custom `adk-agent-sa`). Without binding `roles/aiplatform.user` to the `default` service account, agent pods start but model requests fail with `403 PERMISSION_DENIED`. Add a "Configure Workload Identity for Agent Platform" step under Option 2 with the correct binding for the `default` service account, and cross-reference it from the 403 troubleshooting entry. Fixes #1254 * Update gke.md --------- Co-authored-by: Joe Fernandez <931947+joefernandez@users.noreply.github.com>
* Add context graph section to BigQuery Agent Analytics docs Added a section on the context graph, detailing its purpose, structure, and operational references for materialization and deployment. * Add files via upload --------- Co-authored-by: Joe Fernandez <931947+joefernandez@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by cubic
Adds Secret Manager integration and expands BigQuery Agent Analytics with Java support and a context graph, plus clearer compaction and GKE deployment guidance. Improves graph routing docs for fan-out and
JoinNodeusage.New Features
Refactors
EventsCompactionConfigexamples; sliding-window marked optional.adk deploy gkedefault KSA and 403 troubleshooting update.JoinNodeexample.Written for commit 9cdc191. Summary will update on new commits.