mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-04 04:05:22 -05:00
Add templateParameters to support non-filter parameters and DDL statements. Added a new argument `ignoreInsert` at integration test. Bigtable only allow `SELECT` statement. This is used to filter insert statement for bigtable. Part of #535