Back to Genai Toolbox

bigtable-update-materialized-view

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

1.9.01.0 KB
Original Source

About

A bigtable-update-materialized-view tool updates an existing materialized view on a Google Cloud Bigtable instance.

Compatible Sources

{{< compatible-sources >}}

Parameters

fieldtyperequireddescription
instance_idstringtrueThe ID of the instance.
materialized_view_idstringtrueThe ID of the materialized view.
querystringtrueThe updated materialized view query.

Example

yaml
kind: tool
name: update_materialized_view
type: bigtable-update-materialized-view
source: my-bigtable-source
description: Use this tool to update a materialized view.

Reference

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