bq_list_tables
Fetch all tables in a BigQuery dataset with metadata, filtering by table type. Provides a comprehensive overview for dataset exploration and query validation.
Instructions
List all tables in a BigQuery dataset with metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | The dataset ID | |
| project_id | No | GCP project ID (uses default if not provided) | |
| max_results | No | Maximum number of tables | |
| table_type_filter | No | Filter by table types (TABLE, VIEW, EXTERNAL, MATERIALIZED_VIEW) |