bigtable-create-logical-view

The “bigtable-create-logical-view” tool allows you to create a new bigtable logical view.

About

Create a new Bigtable logical view.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Bigtable Source

Parameters

bigtable-create-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 logical view query

Example

kind: tool
name: bigtable_create_logical_view
type: bigtable-create-logical-view
source: my-bigtable-source
description: Create a new Bigtable logical view.

Reference

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