bigquery-get-dataset-info

A “bigquery-get-dataset-info” tool retrieves metadata for a BigQuery dataset.

About

A bigquery-get-dataset-info tool retrieves metadata for a BigQuery dataset. It’s compatible with the following sources:

bigquery-get-dataset-info takes a dataset parameter to specify the dataset on the given source.

Example

tools:
  bigquery_get_dataset_info:
    kind: bigquery-get-dataset-info
    source: my-bigquery-source
    description: Use this tool to get dataset metadata.

Reference

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