get_schema
Retrieve the column names, types, and nullability for a specific table or view. Use after listing datasets to select a valid dataset name.
Instructions
Get the column names, types, and nullability for one dataset (table or view). Use list_datasets first to get valid names.
Args: dataset: Exact table or view name, as returned by list_datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes |