bigquery-list-dataset-ids

A “bigquery-list-dataset-ids” tool returns all dataset IDs from the source.

About

A bigquery-list-dataset-ids tool returns all dataset IDs from the source. It’s compatible with the following sources:

bigquery-list-dataset-ids optionally accepts a project parameter to define the Google Cloud project ID. If the project parameter is not provided, the tool defaults to using the project defined in the source configuration.

Example

tools:  bigquery_list_dataset_ids:  kind: bigquery-list-dataset-ids  source: my-bigquery-source  description: Use this tool to get dataset metadata. 

Reference

fieldtyperequireddescription
kindstringtrueMust be “bigquery-list-dataset-ids”.
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.