bigtable-update-logical-view

The “bigtable-update-logical-view” tool allows you to update an existing bigtable logical view.

About

Update an existing Bigtable logical view.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

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

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.