Back to Genai Toolbox

bigtable-update-table

docs/en/integrations/bigtable/tools/bigtable-update-table.md

1.9.0830 B
Original Source

About

Update an existing Bigtable table's configuration.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-update-table accepts the following parameters:

  • table_id (string): The ID of the table to update
  • disable_change_stream (boolean): Disable change stream

Example

yaml
kind: tool
name: bigtable_update_table
type: bigtable-update-table
source: my-bigtable-source
description: Update an existing Bigtable table's configuration.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-update-table.
sourcestringtrueName of the source to execute on.
descriptionstringfalseDescription of the tool that is passed to the LLM.