Back to Genai Toolbox

bigtable-create-table

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

1.9.0808 B
Original Source

About

Create a new Bigtable table.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-create-table accepts the following parameters:

  • table_id (string): The ID of the table to create
  • column_family (string): Optional column family name to create with the table

Example

yaml
kind: tool
name: bigtable_create_table
type: bigtable-create-table
source: my-bigtable-source
description: Create a new Bigtable table.

Reference

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