Back to Genai Toolbox

bigtable-create-materialized-view

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

1.9.01.0 KB
Original Source

About

A bigtable-create-materialized-view tool creates a new 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 materialized view query.

Example

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

Reference

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