bigtable-update-table

The “bigtable-update-table” tool allows you to update an existing bigtable table’s configuration.

About

Update an existing Bigtable table’s configuration.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

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

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.