Skip to content

Enhance BigQuery Agent Analytics with reliability fixes#1817

Open
haiyuan-eng-google wants to merge 3 commits into
google:mainfrom
haiyuan-eng-google:patch-19
Open

Enhance BigQuery Agent Analytics with reliability fixes#1817
haiyuan-eng-google wants to merge 3 commits into
google:mainfrom
haiyuan-eng-google:patch-19

Conversation

@haiyuan-eng-google

Copy link
Copy Markdown
Contributor

Added reliability and observability fixes for BigQuery Agent Analytics, including cross-region storage write routing, dropped-event tracking, and improved span management in Cloud Trace.

Added reliability and observability fixes for BigQuery Agent Analytics, including cross-region storage write routing, dropped-event tracking, and improved span management in Cloud Trace.
@netlify

netlify Bot commented Jun 4, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 56ba27b
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a3075ac9ace7b0008f7d03f
😎 Deploy Preview https://deploy-preview-1817--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

batch_size=1, # Default is 1 for low latency, increase for high throughput
shutdown_timeout=10.0
)
```python title="my_bq_agent/agent.py"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some formatting problems that need to be resolved, here. Please have a look

https://deploy-preview-1817--adk-docs-preview.netlify.app/integrations/bigquery-agent-analytics/#run-and-test-agent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! Fixed in 56ba27b. Two indentation issues:

  1. Full example — the === "Python" content tab had been dropped and the code block was only half de-indented (the opening fence + top half at 4 spaces, but everything from bq_logging_plugin = ... onward still at 8 spaces), leaving an orphaned Python block next to the lone === "Java" tab. Restored the === "Python" tab and re-indented the whole block uniformly to 8 spaces so it's a proper sibling of the Java tab.
  2. Public methods — the updated Python list had been pasted at column 0 (outside the === "Python" tab, making it an empty tab) while the old list was left behind, wrongly nested under the "Async context manager" bullet. Collapsed it into one correctly-indented list inside the tab.

The preview should refresh shortly — PTAL.

Resolve the code-fence/content-tab indentation issues flagged in review:

- Full example: restore the === "Python" content tab and indent the whole
  Python code block uniformly to 8 spaces so it is a proper sibling of the
  === "Java" tab (previously the block was half-de-indented with an orphaned
  opening fence next to a lone Java tab).
- Public methods: move the Python list inside the === "Python" tab (it had
  been pasted at column 0, outside the tab) and remove the duplicated list
  that ended up wrongly nested under the "Async context manager" bullet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants