You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
37ee1869b5
This update improves the `BigQueryAgentAnalyticsPlugin` in several ways: * Corrects the PyArrow schema generation to accurately reflect BigQuery field nullability based on the `mode` attribute. * Introduces a configurable `shutdown_timeout` in `BigQueryLoggerConfig` to manage how long the plugin waits for pending logs to flush during shutdown. * Adds more robust error handling within the `shutdown` method and background write tasks, particularly for event loop closure issues. * Improves internal logging to provide better diagnostics. * Ensures consistent use of safe content formatting. PiperOrigin-RevId: 831225837