Close code-doc parity gaps for BigQuery Agent Analytics plugin#1689
Merged
koverholt merged 2 commits intogoogle:mainfrom Apr 27, 2026
Merged
Close code-doc parity gaps for BigQuery Agent Analytics plugin#1689koverholt merged 2 commits intogoogle:mainfrom
koverholt merged 2 commits intogoogle:mainfrom
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
- Add A2A_INTERACTION event type, view (v_a2a_interaction), and docs section - Add TRANSFER_A2A tool origin to provenance table - Add cache_metadata, usage_cached_tokens, context_cache_hit_rate to v_llm_response view columns - Document all BigQueryAgentAnalyticsPlugin constructor parameters including the credentials parameter for non-ADC auth - Add multiprocessing/fork safety guidance (spawn recommendation, Gunicorn patterns) - Update auto-created view count from 15 to 16 Reviewed against adk-python@7de5bc5 (2026-04-25).
46a3917 to
9232b9b
Compare
koverholt
approved these changes
Apr 27, 2026
Collaborator
koverholt
left a comment
There was a problem hiding this comment.
Updates LGTM, and thanks for fixing the committer issue with Claude Code assisted commits since we cannot merge PRs with it as a coauthor - it will fail the CLA check. Merging.
koverholt
pushed a commit
to sabrenner/google-adk-docs
that referenced
this pull request
Apr 28, 2026
…e#1689) - Add A2A_INTERACTION event type, view (v_a2a_interaction), and docs section - Add TRANSFER_A2A tool origin to provenance table - Add cache_metadata, usage_cached_tokens, context_cache_hit_rate to v_llm_response view columns - Document all BigQueryAgentAnalyticsPlugin constructor parameters including the credentials parameter for non-ADC auth - Add multiprocessing/fork safety guidance (spawn recommendation, Gunicorn patterns) - Update auto-created view count from 15 to 16 Reviewed against adk-python@7de5bc5 (2026-04-25).
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Reviewed
bigquery_agent_analytics_plugin.pyat adk-python@7de5bc5(2026-04-25) against the current docs and closed the following gaps:A2A_INTERACTIONevent documentation,v_a2a_interactionview to the views table, and update the auto-created view count from 15 → 16.TRANSFER_A2Ato the tool provenance table — classifiesTransferToAgentToolcalls that transfer to aRemoteA2aAgentat call-level.usage_cached_tokens(INT64),cache_metadata(JSON), andcontext_cache_hit_rate(FLOAT64) to the view columns table so users can discover cache-hit analysis from the view.credentialsparameter (Medium): Document allBigQueryAgentAnalyticsPluginconstructor parameters, includingcredentialsfor service-account, impersonated, or cross-project auth setups.GRPC_ENABLE_FORK_SUPPORT,os.register_at_fork), thespawnrecommendation, and Gunicorn deployment patterns.Intentionally not documented:
EventDatadataclass (internal to_log_event, not public API).Test plan