bq_list_tables
List all tables in a BigQuery dataset with metadata. Filter by table types (TABLE, VIEW, EXTERNAL, MATERIALIZED_VIEW) and limit results. Specify project ID and maximum number of tables.
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) |