Back to Genai Toolbox

bigtable-update-logical-view

docs/en/integrations/bigtable/tools/bigtable-update-logical-view.md

1.9.0885 B
Original Source

About

Update an existing Bigtable logical view.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-update-logical-view accepts the following parameters:

  • instance_id (string): The ID of the instance
  • logical_view_id (string): The ID of the logical view
  • query (string): The new logical view query

Example

yaml
kind: tool
name: bigtable_update_logical_view
type: bigtable-update-logical-view
source: my-bigtable-source
description: Update an existing Bigtable logical view.

Reference

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