Files
genai-toolbox/docs/en/resources/tools/bigquery/bigquery-list-table-ids.md
2025-07-28 14:51:18 -07:00

1.7 KiB

title, type, weight, description, aliases
title type weight description aliases
bigquery-list-table-ids docs 1 A "bigquery-list-table-ids" tool returns table IDs in a given BigQuery dataset.
/resources/tools/bigquery-list-table-ids

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 required dataset parameter to specify the dataset from which to list table IDs. It also 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_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.