mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-01 02:34:58 -05:00
Update `DROP TABLE %table_name` to `DROP TABLE IF EXISTS %tablename`. The drop table statement often fail to run. This halts the process and causes context timeout, and eventually failing the integration tests.