bigquery-list-table-ids
A “bigquery-list-table-ids” tool returns table IDs in a given BigQuery dataset.
About
A bigquery-list-table-ids
tool returns table IDs in a given BigQuery dataset.
It’s compatible with the following sources:
bigquery-get-dataset-info takes a dataset parameter to specify the dataset from which to list table IDs.
Example
tools:
bigquery_list_table_ids:
kind: bigquery-list-table-ids
source: my-bigquery-source
description: Use this tool to get table metadata.
Reference
field | type | required | description |
---|---|---|---|
kind | string | true | Must be “bigquery-list-table-ids”. |
source | string | true | Name of the source the SQL should execute on. |
description | string | true | Description of the tool that is passed to the LLM. |