Restructure BigQuery Agent Analytics doc for scannability#1711
Restructure BigQuery Agent Analytics doc for scannability#1711caohy1988 wants to merge 4 commits intogoogle:mainfrom
Conversation
- Add captured-events summary table near the top for quick event discovery without reading through JSON payload examples - Convert configuration options from bullet list to two reference tables: constructor parameters and BigQueryLoggerConfig options - Make production DDL collapsible (??? example) since most users rely on auto-creation - Fold standalone "Conversational Analytics in BigQuery" section into "Advanced analysis queries" as a subsection No section moves or reordering. All existing anchors preserved. Ref: google#1710
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Found one small issue to tighten before merge:
Everything else in Phase 1 looks aligned: no section moves, the DDL admonition is low-risk, Conversational Analytics is now under query examples, and the known anchors still resolve ( |
Address review comment: the captured-events table now lists all 19 event types explicitly instead of grouping the three HITL completed events under a wildcard pattern. Ref: google#1710
Reorder sections to match the reader's journey: quickstart first,
reference in the middle, deployment and operations at the end.
- Shorten quickstart to minimal 3-import example; move full example
with GCS/OTel/BigQuery tools into collapsible block
- Move "Deploy to Agent Runtime" after query recipes (was interrupting
the core narrative between quickstart and configuration)
- Extract GCS offloading from "Event types" into its own
"Storage behavior" section
- Regroup query examples by task: debug a run, monitor cost/perf,
inspect tools, analyze multimodal, AI root cause analysis
- Consolidate Tracing, Public methods, and Multiprocessing under
a single "Operations" section
- Add {#prerequisites} and {#configuration-options} anchors
- All 5 existing anchors preserved at their new locations
Ref: google#1710
|
Phase 2 is directionally good; the new order is much easier to follow. I found two things I would fix before merge:
Optional, but useful: add a tiny install/auth snippet before the quickstart code ( I tried |
- Add GOOGLE_CLOUD_LOCATION to quickstart so the minimal example is runnable with Vertex AI - Promote "Event types and payloads" from ### to ## so it appears in the sidebar TOC as a top-level section, matching the intended flow - Promote its sub-headings from #### to ### accordingly Ref: google#1710
|
Thanks, both review items are addressed:
I did one more source pass over anchors and internal links. The key explicit anchors are still present ( No further blockers from me. I still could not run a full MkDocs render locally because this environment does not have |
Summary
Full restructure of the BigQuery Agent Analytics plugin doc, addressing #1710. Two phases in one PR:
Phase 1 — Additive tables (no section moves)
??? exampleadmonition##to###under query sectionPhase 2 — Structural reorder
####under "Event types" to its own## Storage behavior: GCS offloading## Operationssection{#prerequisites},{#configuration-options}New section order
Anchors
All 5 existing anchors preserved:
#deploy-agent-runtime,#event-types,#hitl-events,#security-credentials,#built-in-redaction. Added:#prerequisites,#configuration-options.Test plan
#####grouping with####subsectionsRef: #1710