mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 15:45:06 -05:00
Add optional `dry_run` parameter to bigquery-execute-sql, which defaults to `false`. When the `dry_run` parameter is set to `true`, the tool returns the metadata from the dry run instead of executing the query. Fixes #703 --------- Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>